Application.NavigationStopped 事件

定义

StopLoading 调用应用程序中导航器的方法,或者在当前导航正在进行时由导航器请求新导航时发生。

public:
 event System::Windows::Navigation::NavigationStoppedEventHandler ^ NavigationStopped;
public event System.Windows.Navigation.NavigationStoppedEventHandler NavigationStopped;
member this.NavigationStopped : System.Windows.Navigation.NavigationStoppedEventHandler 
Public Custom Event NavigationStopped As NavigationStoppedEventHandler 
Public Event NavigationStopped As NavigationStoppedEventHandler 

事件类型

注解

导航器是一个 NavigationWindow 或一个 Frame

请参阅 NavigationService.NavigationStopped

适用于

另请参阅