--- title: "How to: Stop a Page from Loading" ms.date: "03/30/2017" dev_langs: - "csharp" - "vb" helpviewer_keywords: - "pages [WPF], stopping from loading" - "methods [WPF], Stoploading" - "events [WPF], NavigationStopped" - "NavigationStopped properties [WPF]" - "stopping pages from loading [WPF]" - "loading [WPF], stopping" ms.assetid: e2b695b0-517e-462c-8ccf-90cc8d6ba864 --- # How to: Stop a Page from Loading This example shows how to call the method to stop navigation to content before it has finished being downloaded. ## Example stops the download of the requested content, and causes the event to be raised. [!code-csharp[HOWTONavigationSnippets#NavigateStopLoadingCODE](~/samples/snippets/csharp/VS_Snippets_Wpf/HOWTONavigationSnippets/CSharp/MainWindow.xaml.cs#navigatestoploadingcode)] [!code-vb[HOWTONavigationSnippets#NavigateStopLoadingCODE](~/samples/snippets/visualbasic/VS_Snippets_Wpf/HOWTONavigationSnippets/visualbasic/mainwindow.xaml.vb#navigatestoploadingcode)]