IVsDataViewIconProvider.IconsChanged 事件

当所有图标在数据视图,更改时发生。

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

语法

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

.NET Framework 安全性

请参见

参考

IVsDataViewIconProvider 接口

Microsoft.VisualStudio.Data.Services.SupportEntities 命名空间