Interface IDialogNavigator
Represents a navigator for dialogs that can show nested dialogs or close the current dialog.
Inherited Members
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public interface IDialogNavigator : IDialogNavigatorBase
Methods
Name | Description |
---|---|
Close() | Closes the dialog this navigator is assigned to. Throws InvalidOperationException if the dialog is not currently the top showing dialog. |