NavigationEventArgs Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The NavigationEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Content | Gets the content of the target being navigated to. |
|
IsNavigationInitiator | Gets a value that indicates whether the current application is the origin and destination of the navigation. |
|
NavigationMode | Gets a value that indicates whether the navigation is forward, back, or a new navigation. |
|
Uri | Gets the uniform resource identifier (URI) of the target. |
Show: