Interface IDismissibleDialogViewModel
Represents a dialog view model that can handle close requests when the escape key is pressed or a system back request is received. If a dialog view model does not implement this interface, the dialog will ignore these requests.
Inherited Members
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public interface IDismissibleDialogViewModel : IDialogViewModel
Methods
| Name | Description |
|---|---|
| OnDismissRequestedAsync() | Invoked when the escape key is pressed or a system back navigation is requested while the dialog is showing. |