Interface IVmDialogViewFor<T>
Defines a view for a dialog with a specific ViewModel.
public interface IVmDialogViewFor<T> : IVmDialogView where T : INotifyPropertyChanged
Type Parameters
TType of the ViewModel
- Inherited Members
Properties
Vm
The ViewModel
T Vm { get; set; }
Property Value
- T