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