Application::Navigating Event

 

Occurs when a new navigation is requested by a navigator in the application.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
event NavigatingCancelEventHandler^ Navigating {
	void add(NavigatingCancelEventHandler^ value);
	void remove(NavigatingCancelEventHandler^ value);
}

.NET Framework
Available since 3.0
Return to top
Show: