Application::OnNavigating Method (NavigatingCancelEventArgs^)
.NET Framework (current version)
Raises the Navigating event.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: