Application.OnNavigationStopped(NavigationEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
引發 NavigationStopped 事件。
protected:
virtual void OnNavigationStopped(System::Windows::Navigation::NavigationEventArgs ^ e);
protected virtual void OnNavigationStopped (System.Windows.Navigation.NavigationEventArgs e);
abstract member OnNavigationStopped : System.Windows.Navigation.NavigationEventArgs -> unit
override this.OnNavigationStopped : System.Windows.Navigation.NavigationEventArgs -> unit
Protected Overridable Sub OnNavigationStopped (e As NavigationEventArgs)
參數
NavigationEventArgs,其中包含事件資料。
備註
OnNavigationStopped 會引發 NavigationStopped 事件。
衍生自 Application 的類型可能會覆寫 OnNavigationStopped 。 如果需要 NavigationStopped 引發,覆寫的方法必須在基類中呼叫 OnNavigationStopped 。