Freigeben über


WindowEventsClass.WindowClosing-Ereignis

Aktualisiert: November 2007

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Tritt unmittelbar vor dem Schließen eines Fensters ein.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

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 unterstützt keine Ereignisse.

Implementiert

_dispWindowEvents_Event.WindowClosing

Beispiele

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

Berechtigungen

Siehe auch

Referenz

WindowEventsClass-Klasse

WindowEventsClass-Member

EnvDTE-Namespace