Partager via


WindowEventsClass.WindowCreated, événement

Mise à jour : novembre 2007

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Se produit lorsqu'une nouvelle fenêtre est créée.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

Public Overridable Event WindowCreated As _dispWindowEvents_WindowCreatedEventHandler

Dim instance As WindowEventsClass
Dim handler As _dispWindowEvents_WindowCreatedEventHandler

AddHandler instance.WindowCreated, handler
public virtual event _dispWindowEvents_WindowCreatedEventHandler WindowCreated
public:
virtual  event _dispWindowEvents_WindowCreatedEventHandler^ WindowCreated {
    void add (_dispWindowEvents_WindowCreatedEventHandler^ value);
    void remove (_dispWindowEvents_WindowCreatedEventHandler^ value);
}
JScript ne prend pas en charge les événements.

Implémentations

_dispWindowEvents_Event.WindowCreated

Exemples

Public Sub WindowEvents_WindowCreated(ByVal Window As EnvDTE.Window) Handles WindowEvents.WindowCreated
   MsgBox("test")
End Sub

Autorisations

Voir aussi

Référence

WindowEventsClass, classe

Membres WindowEventsClass

EnvDTE, espace de noms