NavigationService.StopLoading Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Stops asynchronous navigations that have not yet been processed.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
The StopLoading method cancels an asynchronous navigation request that has not been completed. The StopLoading method raises the NavigationStopped event if there is an asynchronous navigation request to cancel.
Show: