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(INavigator, NavigationType, bool) | Initializes a new instance of the NavigationArgs class. |
Properties
| Name | Description |
|---|---|
| HasChildNavigation | Gets a value indicating whether a navigation will occur to a child view model. |
| NavigationType | Gets the type of navigation that is occurring. |
| Navigator | Gets the navigator that is performing the navigation. |
| Redirect | Gets or sets a redirect to a different route. |