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)
'Usage
Dim instance As IVsDataViewCaptionProvider
Dim handler As EventHandler(Of DataViewNodeEventArgs)
AddHandler instance.CaptionChanged, handler
event EventHandler<DataViewNodeEventArgs> CaptionChanged
event EventHandler<DataViewNodeEventArgs^>^ CaptionChanged {
void add (EventHandler<DataViewNodeEventArgs^>^ value);
void remove (EventHandler<DataViewNodeEventArgs^>^ value);
}
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataViewCaptionProvider Interface
IVsDataViewCaptionProvider Members
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace