Skip to main content
A newer version of this page is available. .

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