IVsDataObjectChangeEvents.EventGroupStarted 事件

当事件组开始,发生。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
Event EventGroupStarted As EventHandler
event EventHandler EventGroupStarted
 event EventHandler^ EventGroupStarted {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract EventGroupStarted : IEvent<EventHandler,
    EventArgs>
JScript 不支持事件。

备注

当事件组结束时,所有事件。

.NET Framework 安全性

请参见

参考

IVsDataObjectChangeEvents 接口

Microsoft.VisualStudio.Data.Services 命名空间