Class NavigatingArgs
Provides information to a view model when its route is navigating away and allows it to be cancelled.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public class NavigatingArgs
Constructors
| Name | Description |
|---|---|
| NavigatingArgs(INavigator, NavigationType) | Initializes a new instance of the NavigatingArgs class. |
Properties
| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the new navigation should be canceled and the current route should remain active. |
| NavigationType | Gets the type of navigation that is occurring. |
| Navigator | Gets the navigator that is performing the navigation. |