Application.NavigationStopped 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當呼叫應用程式中巡覽器的 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。