Interface IDialogViewModel<TResult>
Represents a view model that can be used in a dialog that returns a result when closed.
Inherited Members
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public interface IDialogViewModel<TResult> : IDialogViewModel
Type Parameters
| Name | Description |
|---|---|
| TResult |
Properties
| Name | Description |
|---|---|
| Result | Gets the result of the dialog. |