WindowEventsClass.WindowClosing, événement
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
'Déclaration
Public Overridable Event WindowClosing As _dispWindowEvents_WindowClosingEventHandler
public virtual event _dispWindowEvents_WindowClosingEventHandler WindowClosing
public:
virtual event _dispWindowEvents_WindowClosingEventHandler^ WindowClosing {
void add (_dispWindowEvents_WindowClosingEventHandler^ value);
void remove (_dispWindowEvents_WindowClosingEventHandler^ value);
}
abstract WindowClosing : IEvent<_dispWindowEvents_WindowClosingEventHandler,
EventArgs>
override WindowClosing : IEvent<_dispWindowEvents_WindowClosingEventHandler,
EventArgs>
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
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.