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