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, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: