Method RequestDismissTop
RequestDismissTop()
Delivers a dismiss request to the top dialog, equivalent to the user pressing the escape key or the system back button. The request is only honoured if the dialog view model implements IDismissibleDialogViewModel and the dialog is not busy, matching the application navigator's behaviour.
Declaration
public void RequestDismissTop()
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | No dialog is showing. |