Compartilhar via


Evento IVsDataViewIconProvider.IconsChanged

Ocorre quando todos os ícones foram alteradas no modo de exibição de dados.

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

Sintaxe

'Declaração
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 não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

IVsDataViewIconProvider Interface

Namespace Microsoft.VisualStudio.Data.Services.SupportEntities