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
TTResult
- Inheritance
 - 
      objectBaseDataViewModelDialog<T, TResult>
 
- Implements
 - 
      
      
      IDialogAwareIDataViewModelDialog<T, TResult>
 
- Derived
 
Constructors
Properties
Methods
- OnDialogClosed()
 Called when the dialog is closed.
- OnDialogOpened(IDialogParameters)
 Called when the dialog is opened.
Events
- SetFocusOnFirstItemRequested
 Occurs when the request to set focus on the first item is made.