Enum NavigationFlags
Specifies flags that provide additional information for items in a route that is being navigated to.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
[Flags]
public enum NavigationFlags
Remarks
See the property documentation on NavigationArgs for more information on what these flags mean and how they are used.
Fields
Name | Description |
---|---|
AlreadyNavigatedTo | Indicates that the view was already navigated to during the last navigation. |
FirstNavigation | Indicates that this is the first time the view is being navigated to. |
HasNestedNavigation | Indicates that a nested navigation will occur to a child view after this navigation completes. |
None | Default value with no flags specified. |