IVsDataViewCaptionProvider.CaptionChanged 事件

定义

在服务器资源管理器中的节点标题发生更改时发生。

public:
 event EventHandler<Microsoft::VisualStudio::Data::Services::SupportEntities::DataViewNodeEventArgs ^> ^ CaptionChanged;
event EventHandler<Microsoft.VisualStudio.Data.Services.SupportEntities.DataViewNodeEventArgs> CaptionChanged;
member this.CaptionChanged : EventHandler<Microsoft.VisualStudio.Data.Services.SupportEntities.DataViewNodeEventArgs> 
Event CaptionChanged As EventHandler(Of DataViewNodeEventArgs) 

事件类型

EventHandler<DataViewNodeEventArgs>

适用于