Share via


IVsDataViewIconProvider.IconsChanged Event

Occurs when any icons have changed in the data view.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
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 does not support events.

.NET Framework Security

See Also

Reference

IVsDataViewIconProvider Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace