Enum NavigatingFlags
Specifies flags that provide additional information for items in a route that is navigating away from.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
[Flags]
public enum NavigatingFlags
Remarks
See the property documentation on NavigatingArgs for more information on what these flags mean and how they are used.
Fields
Name | Description |
---|---|
None | Default value with no flags specified. |
WillBeNavigatedFrom | Indicates that the view model will be navigated away from if the navigation is not canceled. |