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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
IVsDataViewIconProvider Interface
Namespace Microsoft.VisualStudio.Data.Services.SupportEntities