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
'Usage
Dim instance As IVsDataObjectChangeEvents 
Dim handler As EventHandler 

AddHandler instance.EventGroupStarted, handler
event EventHandler EventGroupStarted
event EventHandler^ EventGroupStarted {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
JScript does not support events.

Remarks

All events are raised when an event group ends.

.NET Framework Security

See Also

Reference

IVsDataObjectChangeEvents Interface

IVsDataObjectChangeEvents Members

Microsoft.VisualStudio.Data.Services Namespace