DataObjectChangeEvents.EventGroupStarted Event

Event raised when an event group has started.

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

Syntax

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

.NET Framework Security

See Also

Reference

DataObjectChangeEvents Class

Microsoft.VisualStudio.Data Namespace

OnEventGroupStarted