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. |
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
