Partilhar via


Evento IVsDataObjectChangeEvents.EventGroupStarted

Ocorrer quando uma de um grupo de evento.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
Event EventGroupStarted As EventHandler
event EventHandler EventGroupStarted
 event EventHandler^ EventGroupStarted {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract EventGroupStarted : IEvent<EventHandler,
    EventArgs>
JScript não oferece suporte a eventos.

Comentários

Todos os eventos são gerados quando um grupo de eventos termina.

Segurança do .NET Framework

Consulte também

Referência

IVsDataObjectChangeEvents Interface

Namespace Microsoft.VisualStudio.Data.Services