Share via


IVsDataViewCaptionProvider.CaptionChanged Event

Occurs when a node's caption has changed in Server Explorer.

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 does not support events.

.NET Framework Security

See Also

Reference

IVsDataViewCaptionProvider Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace