Application.OnLoadCompleted(NavigationEventArgs) Metoda

Definicja

LoadCompleted Zgłasza zdarzenie.

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)

Parametry

e
NavigationEventArgs

Element NavigationEventArgs zawierający dane zdarzenia.

Uwagi

OnLoadCompletedLoadCompleted zgłasza zdarzenie.

Typ, który pochodzi z Application , może zastąpić OnLoadCompleted. W razie LoadCompleted potrzeby należy wywołać OnLoadCompleted metodę przesłoniętą w klasie bazowej.

Dotyczy

Zobacz też