IVsDataViewIconProvider.IconsChanged 事件

定义

在数据视图中的任何图标已更改时发生。

public:
 event EventHandler<Microsoft::VisualStudio::Data::Services::SupportEntities::DataViewNodeEventArgs ^> ^ IconsChanged;
event EventHandler<Microsoft.VisualStudio.Data.Services.SupportEntities.DataViewNodeEventArgs> IconsChanged;
member this.IconsChanged : EventHandler<Microsoft.VisualStudio.Data.Services.SupportEntities.DataViewNodeEventArgs> 
Event IconsChanged As EventHandler(Of DataViewNodeEventArgs) 

事件类型

EventHandler<DataViewNodeEventArgs>

适用于