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 

事件類型

備註

導覽器是 NavigationWindowFrame

請參閱 NavigationService.NavigationStopped

適用於

另請參閱