Class BaseViewModelDialog
- Namespace
- Innova.Prism.Library.BaseViewModels
- Assembly
- Innova.Prism.Library.dll
public abstract class BaseViewModelDialog : BaseHeaderViewModel, INotifyPropertyChanged, IViewModelDialog, IBusyViewModel, IDialogAware
- Inheritance
-
BaseViewModelDialog
- Implements
-
IDialogAware
- Derived
Constructors
Properties
- BusyStatus
Gets or sets the busy status message.
- IsBusy
Gets or sets a value indicating whether the view model is busy.
- Title
The title of the dialog that will show in the window title bar.
Methods
- CanCloseDialog()
Determines if the dialog can be closed.
- OnDialogClosed()
Called when the dialog is closed.
- OnDialogOpened(IDialogParameters)
Called when the dialog is opened.
Events
- RequestClose
Instructs the Prism.Services.Dialogs.IDialogWindow to close the dialog.