Partilhar via


Evento IVsDataViewCaptionProvider.CaptionChanged

Ocorre quando a legenda de um nó é alterada no server Explorer.

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

Sintaxe

'Declaração
Event CaptionChanged As EventHandler(Of DataViewNodeEventArgs)
event EventHandler<DataViewNodeEventArgs> CaptionChanged
 event EventHandler<DataViewNodeEventArgs^>^ CaptionChanged {
    void add (EventHandler<DataViewNodeEventArgs^>^ value);
    void remove (EventHandler<DataViewNodeEventArgs^>^ value);
}
abstract CaptionChanged : IEvent<EventHandler<DataViewNodeEventArgs>,
    DataViewNodeEventArgs>
JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

IVsDataViewCaptionProvider Interface

Namespace Microsoft.VisualStudio.Data.Services.SupportEntities