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
Methods
| Name | Description |
|---|---|
| Close() | Closes the dialog this navigator is assigned to. Throws InvalidOperationException if the dialog is not currently the top showing dialog. |