Application.OnWindowCreated(WindowCreatedEventArgs) Méthode

Définition

Appelé lorsque l’application crée une fenêtre.

protected:
 virtual void OnWindowCreated(WindowCreatedEventArgs ^ args) = OnWindowCreated;
void OnWindowCreated(WindowCreatedEventArgs const& args);
protected virtual void OnWindowCreated(WindowCreatedEventArgs args);
function onWindowCreated(args)
Protected Overridable Sub OnWindowCreated (args As WindowCreatedEventArgs)

Paramètres

args
WindowCreatedEventArgs

Données d'événement de l'événement.

Remarques

Cette méthode est appelée une fois pour la création de la fenêtre main, une fois pour chaque fenêtre hébergée et une fois chaque fois que CreateNewView est appelé. Vous pouvez remplacer cette méthode, par exemple, pour accéder à différents volets en appelant des méthodes GetForCurrentView telles que SearchPane.GetForCurrentView et SettingsPane.GetForCurrentView.

S’applique à