WindowEventsClass.WindowCreated Événement
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.
Se produit quand une fenêtre est créée.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
virtual event EnvDTE::_dispWindowEvents_WindowCreatedEventHandler ^ WindowCreated;
public:
virtual event EnvDTE::_dispWindowEvents_WindowCreatedEventHandler ^ WindowCreated;
public virtual event EnvDTE._dispWindowEvents_WindowCreatedEventHandler WindowCreated;
member this.WindowCreated : EnvDTE._dispWindowEvents_WindowCreatedEventHandler
Public Overridable Custom Event WindowCreated As _dispWindowEvents_WindowCreatedEventHandler Implements WindowCreated
Type d'événement
Implémente
Exemples
Public Sub WindowEvents_WindowCreated(ByVal Window As EnvDTE.Window) Handles WindowEvents.WindowCreated
MsgBox("test")
End Sub