共用方式為


IVsDataObjectChangeEvents.EventGroupEnded 事件

表示事件群組結束時,就會發生。

命名空間:  Microsoft.VisualStudio.Data.Services
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
Event EventGroupEnded As EventHandler
event EventHandler EventGroupEnded
event EventHandler^ EventGroupEnded {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract EventGroupEnded : IEvent<EventHandler,
    EventArgs>
JScript 不支援事件。

.NET Framework 安全性

請參閱

參考

IVsDataObjectChangeEvents 介面

Microsoft.VisualStudio.Data.Services 命名空間