Application.OnLoadCompleted(NavigationEventArgs) Methode

Definition

Löst das LoadCompleted-Ereignis aus.

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)

Parameter

e
NavigationEventArgs

Ein NavigationEventArgs, das die Ereignisdaten enthält.

Hinweise

Durch OnLoadCompleted wird das LoadCompleted-Ereignis ausgelöst.

Ein Typ, der von Application abgeleitet wird, kann überschreiben OnLoadCompleted. Die überschriebene Methode muss die Basisklasse aufrufen OnLoadCompleted , wenn LoadCompleted sie ausgelöst werden muss.

Gilt für:

Weitere Informationen