Freigeben über


IVsDataViewCaptionProvider.CaptionChanged-Ereignis

Tritt auf, wenn die Beschriftung eines Knotens im Server-Explorer geändert hat.

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

Syntax

'Declaration
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 unterstützt keine Ereignisse.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataViewCaptionProvider Schnittstelle

Microsoft.VisualStudio.Data.Services.SupportEntities-Namespace