Interface IDialogNavigator
Represents a navigator for dialogs that can show child dialogs or close the current dialog.
Inherited Members
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public interface IDialogNavigator : IDialogPresenter
Properties
| Name | Description |
|---|---|
| TaskRunner | Gets the task runner for this navigator. This property can be accessed from any thread. |
Methods
| Name | Description |
|---|---|
| Close() | Closes the dialog this navigator is assigned to. Throws InvalidOperationException if the dialog is not currently the top showing dialog. |