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