Application.OnLoadCompleted(NavigationEventArgs) Méthode

Définition

Déclenche l’événement 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)

Paramètres

e
NavigationEventArgs

NavigationEventArgs qui contient les données d’événement.

Remarques

OnLoadCompleted déclenche l'événement LoadCompleted.

Un type qui dérive de Application peut remplacer OnLoadCompleted. La méthode substituée doit appeler OnLoadCompleted dans la classe de base si LoadCompleted doit être déclenché.

S’applique à

Voir aussi