Partager via


WindowEventsClass.WindowClosing, é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 juste avant la fermeture d'une fenêtre.

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

Syntaxe

Public Overridable Event WindowClosing As _dispWindowEvents_WindowClosingEventHandler

Dim instance As WindowEventsClass
Dim handler As _dispWindowEvents_WindowClosingEventHandler

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

Implémentations

_dispWindowEvents_Event.WindowClosing

Exemples

Public Sub WindowEvents_WindowClosing(ByVal Window As EnvDTE.Window) Handles WindowEvents.WindowClosing
   MsgBox("test")
End Sub

Autorisations

Voir aussi

Référence

WindowEventsClass, classe

Membres WindowEventsClass

EnvDTE, espace de noms