Application.OnLoadCompleted(NavigationEventArgs) 方法

定义

引发 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)

参数

e
NavigationEventArgs

包含事件数据的 NavigationEventArgs

注解

OnLoadCompleted 引发 LoadCompleted 事件。

派生自 Application 的类型可能会替代 OnLoadCompleted。 如果需要LoadCompleted引发,重写的方法必须在基类中调用 OnLoadCompleted

适用于

另请参阅