Application.OnLoadCompleted(NavigationEventArgs) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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é.