Constructor DialogClosedEvent
DialogClosedEvent(IDialogViewModel)
A dialog was closed. The result (if any) is available through the dialog view model and the task returned by ShowDialogAsync.
Declaration
public DialogClosedEvent(IDialogViewModel ViewModel)
Parameters
| Type | Name | Description |
|---|---|---|
| IDialogViewModel | ViewModel |