Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This example shows how to call the StopLoading method to stop navigation to content before it has finished being downloaded.
Example
StopLoading stops the download of the requested content, and causes the NavigationStopped event to be raised.
void navigateStopButton_Click(object sender, RoutedEventArgs e)
{
this.StopLoading();
}
Private Sub navigateStopButton_Click(ByVal sender As Object, ByVal e As RoutedEventArgs)
Me.StopLoading()
End Sub
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET Desktop feedback