Condividi tramite


Evento IVsDataViewCaptionProvider.CaptionChanged

Si verifica quando la barra del titolo di un nodo è stato modificato in Esplora server.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

'Dichiarazione
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 non supporta gli eventi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataViewCaptionProvider Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services.SupportEntities