Interface IDismissableDialogViewModel
Represents a dialog view model that can handle close requests when the escape key is pressed or a user-initiated back navigation is triggered. If a dialog view model does not implement this interface, the dialog will ignore these requests.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public interface IDismissableDialogViewModel
Methods
Name | Description |
---|---|
OnDismissRequested() | Invoked when the escape key is pressed or a user-initiated back navigation is triggered while the dialog is showing. |