NavigatingCancelEventArgs Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The NavigatingCancelEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Cancel | Gets or sets a value that indicates whether the operation should be canceled. (Inherited from CancelEventArgs.) |
|
IsCancelable | Gets a value that indicates whether you can cancel the navigation. |
|
IsNavigationInitiator | Gets a value that indicates whether the current application is the origin and destination of the navigation. |
|
NavigationMode | Gets a value that indicates the type of navigation that is occurring. |
|
Uri | Gets the uniform resource identifier (URI) for the content that is being navigated to. |
Show: