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