DExploreAppObjClass.OnCollectionChanged 事件

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

仅由 Microsoft 内部使用。

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

语法

声明
Public Overridable Event OnCollectionChanged As IVsHelpEvents_OnCollectionChangedEventHandler
public virtual event IVsHelpEvents_OnCollectionChangedEventHandler OnCollectionChanged
public:
virtual   event IVsHelpEvents_OnCollectionChangedEventHandler^ OnCollectionChanged {
    void add (IVsHelpEvents_OnCollectionChangedEventHandler^ value);
    void remove (IVsHelpEvents_OnCollectionChangedEventHandler^ value);
}
abstract OnCollectionChanged : IEvent<IVsHelpEvents_OnCollectionChangedEventHandler,
    EventArgs>
override OnCollectionChanged : IEvent<IVsHelpEvents_OnCollectionChangedEventHandler,
    EventArgs>
JScript 不支持事件。

实现

IVsHelpEvents_Event.OnCollectionChanged

.NET Framework 安全性

请参阅

参考

DExploreAppObjClass 类

Microsoft.VisualStudio.VSHelp 命名空间