NavigationService.NavigationStopped Event
Occurs when the StopLoading method is called, or when a new navigation is requested while a current navigation is in progress.
Assembly: PresentationFramework (in PresentationFramework.dll)
You handle NavigationStopped if you need to discover pertinent information regarding the navigation request when downloading is stopped. This information is available from the NavigationEventArgs object that is passed to the NavigationStopped event handler, and includes:
The requested uniform resource identifier (URI).
The navigator (NavigationWindow, Frame).
Additional data, if the navigation was initiated by calling either NavigationService.Navigate or NavigationService.Navigate.
Note |
|---|
When NavigationService raises NavigationStopped, it also raises Application.NavigationStopped event on the Application object. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note