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

.NET Framework-Sicherheit

Siehe auch

Referenz

_dispSolutionEvents_Event Schnittstelle

EnvDTE-Namespace