Interface IVmDialogView
Defines a view for a dialog without a specific ViewModel. This is used for dialogs that don't need a ViewModel, or where the ViewModel is created internally by the view.
public interface IVmDialogView
Properties
Dialog
A reference to the dialog, which can be used to close or dismiss it.
VmDialogReference Dialog { get; set; }
Property Value
Params
Core parameters that apply to all dialogs.
VmDialogParameters Params { get; set; }