Interface IDismissibleDialogViewModel<TResult>
Represents a dialog view model that can handle close requests when the escape key is pressed or a system back request is received, and produces a result when closed.
Inherited Members
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public interface IDismissibleDialogViewModel<TResult> : IDialogViewModel<TResult>, IDismissibleDialogViewModel, IDialogViewModel
Type Parameters
| Name | Description |
|---|---|
| TResult |