Method IDialogViewModel.OnDialogShownAsync
IDialogViewModel.OnDialogShownAsync()
Invoked when the dialog is shown.
Declaration
Task IDialogViewModel.OnDialogShownAsync()
Returns
| Type | Description |
|---|---|
| Task |
Implements
Remarks
This method can be used to perform any initialization or setup required when the dialog is shown and can show nested dialogs or close the current dialog. This method is not invoked again if the dialog is restored when a nested dialog is closed.