Application.OnNavigated Method
.NET Framework 4.6 and 4.5
Raises the Navigated event.
Namespace: System.Windows
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- e
- Type: System.Windows.Navigation.NavigationEventArgs
A NavigationEventArgs that contains the event data.
OnNavigated raises the Navigated event.
A type that derives from Application may override OnNavigated. The overridden method must call OnNavigated in the base class if Navigated needs to be raised.
Show: