Sdílet prostřednictvím


IVsDataViewIconProvider.IconsChanged – událost

Vyvolá se při žádné ikony změnily v zobrazení dat.

Obor názvů:  Microsoft.VisualStudio.Data.Services.SupportEntities
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
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>
Jazyk JScript nepodporuje události.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataViewIconProvider Rozhraní

Microsoft.VisualStudio.Data.Services.SupportEntities – obor názvů