Class BaseDataViewModelDialog<T, TResult>
- Namespace
- Innova.Prism.Library.BaseViewModels
- Assembly
- Innova.Prism.Library.dll
public abstract class BaseDataViewModelDialog<T, TResult> : BaseViewModelDialog, INotifyPropertyChanged, IBusyViewModel, IDialogAware, IDataViewModelDialog<T, TResult>, IViewModelDialog, ISupportSetFocusOnFirstItem where T : class where TResult : class
Type Parameters
T
TResult
- Inheritance
-
BaseDataViewModelDialog<T, TResult>
- Implements
-
IDialogAwareIDataViewModelDialog<T, TResult>
- Derived
Constructors
Properties
Methods
- OnDialogOpened(IDialogParameters)
Called when the dialog is opened.
Events
- SetFocusOnFirstItemRequested
Occurs when the request to set focus on the first item is made.