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

Public Event EventGroupStarted As EventHandler

Dim instance As DataObjectChangeEvents
Dim handler As EventHandler

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

Permissions

See Also

Reference

DataObjectChangeEvents Class

DataObjectChangeEvents Members

Microsoft.VisualStudio.Data Namespace

OnEventGroupStarted