Application::NavigationStopped Event

 

Occurs when the StopLoading method of a navigator in the application is called, or when a new navigation is requested by a navigator while a current navigation is in progress.

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

public:
event NavigationStoppedEventHandler^ NavigationStopped {
	void add(NavigationStoppedEventHandler^ value);
	void remove(NavigationStoppedEventHandler^ value);
}

.NET Framework
Available since 3.0
Return to top
Show: