Udostępnij za pośrednictwem


Zdarzenie SolutionEventsClass.AfterClosing

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Występuje, niezwłocznie po zakończeniu rozwiązania.

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

'Deklaracja
Public Overridable Event AfterClosing As _dispSolutionEvents_AfterClosingEventHandler
public virtual event _dispSolutionEvents_AfterClosingEventHandler AfterClosing
public:
virtual   event _dispSolutionEvents_AfterClosingEventHandler^ AfterClosing {
    void add (_dispSolutionEvents_AfterClosingEventHandler^ value);
    void remove (_dispSolutionEvents_AfterClosingEventHandler^ value);
}
abstract AfterClosing : IEvent<_dispSolutionEvents_AfterClosingEventHandler,
    EventArgs>
override AfterClosing : IEvent<_dispSolutionEvents_AfterClosingEventHandler,
    EventArgs>
Język JScript nie obsługuje zdarzeń.

Implementuje

_dispSolutionEvents_Event.AfterClosing

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

SolutionEventsClass Klasa

Przestrzeń nazw EnvDTE