Evento SolutionEventsClass.BeforeClosing

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Ocorre imediatamente antes de fechar uma solução.

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

Sintaxe

'Declaração
Public Overridable Event BeforeClosing As _dispSolutionEvents_BeforeClosingEventHandler
public virtual event _dispSolutionEvents_BeforeClosingEventHandler BeforeClosing
public:
virtual  event _dispSolutionEvents_BeforeClosingEventHandler^ BeforeClosing {
    void add (_dispSolutionEvents_BeforeClosingEventHandler^ value);
    void remove (_dispSolutionEvents_BeforeClosingEventHandler^ value);
}
abstract BeforeClosing : IEvent<_dispSolutionEvents_BeforeClosingEventHandler,
    EventArgs>
override BeforeClosing : IEvent<_dispSolutionEvents_BeforeClosingEventHandler,
    EventArgs>
O JScript não oferece suporte a eventos.

Implementações

_dispSolutionEvents_Event.BeforeClosing

Segurança do .NET Framework

Consulte também

Referência

SolutionEventsClass Classe

Namespace EnvDTE