INavigationAware Methods
An interface that provides methods for navigating within a WindowsUI application.Name | Description |
---|---|
NavigatedFrom(NavigationEventArgs) | Called automatically after an application has successfully navigated from a View that implements the INavigationAware interface. |
NavigatedTo(NavigationEventArgs) | Called automatically when an end-user navigates to a View that implements the INavigationAware interface. |
NavigatingFrom(NavigatingEventArgs) | Called automatically when an application attempts to navigate from a View that implements the INavigationAware interface. |
See Also