IVsDataObjectChangeEvents.EventGroupStarted (Evento)

Se produce cuando un grupo de eventos se inicia.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
Event EventGroupStarted As EventHandler
event EventHandler EventGroupStarted
 event EventHandler^ EventGroupStarted {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract EventGroupStarted : IEvent<EventHandler,
    EventArgs>
JScript no admite eventos.

Comentarios

Se provocan todos los eventos cuando finaliza un grupo de eventos.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataObjectChangeEvents Interfaz

Microsoft.VisualStudio.Data.Services (Espacio de nombres)