IVsDataViewCaptionProvider.CaptionChanged (Evento)

Se produce cuando la leyenda de un nodo ha cambiado en el Explorador de servidores.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services.SupportEntities
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
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 no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewCaptionProvider Interfaz

Microsoft.VisualStudio.Data.Services.SupportEntities (Espacio de nombres)