Class NavigationArgs
Provides information to a view model when its route is being navigated to.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public sealed class NavigationArgs
Constructors
Name | Description |
---|---|
NavigationArgs(NavigationType, NavigationFlags, RouteOptions) | Provides information to a view model when its route is being navigated to. |
Properties
Name | Description |
---|---|
AlreadyNavigatedTo | Gets a value indicating whether the view was already navigated to during the last navigation. |
HasNestedNavigation | Gets a value indicating whether a nested navigation will occur to a child view after this navigation completes. |
IsFirstNavigation | Gets a value indicating whether this is the first time the view is being navigated to. |
NavigationType | Gets the type of navigation that is occurring. |
RouteOptions | Gets the options for the current route that is being navigated to. |