共用方式為


IVsHelpEvents_Event.OnCollectionChanged 事件

[說明] 集合變更時呼叫。

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

語法

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

.NET Framework 安全性

請參閱

參考

IVsHelpEvents_Event 介面

Microsoft.VisualStudio.VSHelp 命名空間

OnCollectionChanged