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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.