_dispWindowEvents_Event.WindowClosing-Ereignis

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
event _dispWindowEvents_WindowClosingEventHandler WindowClosing
 event _dispWindowEvents_WindowClosingEventHandler^ WindowClosing {
    void add (_dispWindowEvents_WindowClosingEventHandler^ value);
    void remove (_dispWindowEvents_WindowClosingEventHandler^ value);
}
abstract WindowClosing : IEvent<_dispWindowEvents_WindowClosingEventHandler,
    EventArgs>
JScript unterstützt keine Ereignisse.

.NET Framework-Sicherheit

Siehe auch

Referenz

_dispWindowEvents_Event Schnittstelle

EnvDTE-Namespace