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