Share via


IVsDataObjectChangeEvents.EventGroupStarted Event

Occurs when an event group starts.

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

Syntax

'Declaration
Event EventGroupStarted As EventHandler
event EventHandler EventGroupStarted
event EventHandler^ EventGroupStarted {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract EventGroupStarted : IEvent<EventHandler,
    EventArgs>
JScript does not support events.

Remarks

All events are raised when an event group ends.

.NET Framework Security

See Also

Reference

IVsDataObjectChangeEvents Interface

Microsoft.VisualStudio.Data.Services Namespace