Sdílet prostřednictvím


_dispWindowEvents_Event.WindowClosing-Ereignis

Aktualisiert: November 2007

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

Nur für die interne Verwendung durch Microsoft vorgesehen.

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

Syntax

'Declaration
Event WindowClosing As _dispWindowEvents_WindowClosingEventHandler
'Usage
Dim instance As _dispWindowEvents_Event
Dim handler As _dispWindowEvents_WindowClosingEventHandler

AddHandler instance.WindowClosing, handler
event _dispWindowEvents_WindowClosingEventHandler WindowClosing
 event _dispWindowEvents_WindowClosingEventHandler^ WindowClosing {
    void add (_dispWindowEvents_WindowClosingEventHandler^ value);
    void remove (_dispWindowEvents_WindowClosingEventHandler^ value);
}
JScript unterstützt keine Ereignisse.

Berechtigungen

Siehe auch

Referenz

_dispWindowEvents_Event-Schnittstelle

_dispWindowEvents_Event-Member

EnvDTE-Namespace