Enum NavigationResult
Represents the result of a navigation operation.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public enum NavigationResult
Fields
Name | Description |
---|---|
Cancelled | The navigation was cancelled while navigating away, or a user-initiated back/forward request was cancelled due to a current navigation being in progress. |
Rerouted | The navigation was cancelled and rerouted to a different route while navigating to it. |
Success | The navigation was successful. |