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

'宣言
Event EventGroupStarted As EventHandler
'使用
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.

Permissions

See Also

Reference

IVsDataObjectChangeEvents Interface

IVsDataObjectChangeEvents Members

Microsoft.VisualStudio.Data.Services Namespace