NavigationEventArgs Properties
Provides data for the INavigationAware.NavigatedFrom and INavigationAware.NavigatedTo events.| Name | Description |
|---|---|
| Content | The View to which the application navigates. |
| Parameter | Gets the parameter passed to the related navigation event. Inherited from NavigationBaseEventArgs. |
| Source | Gets the navigation destination for the related navigation event. Inherited from NavigationBaseEventArgs. |
See Also