IVsDataExplorerConnection.NodeChanged 事件

当节点已更改,发生。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
Event NodeChanged As EventHandler(Of DataExplorerNodeEventArgs)
event EventHandler<DataExplorerNodeEventArgs> NodeChanged
 event EventHandler<DataExplorerNodeEventArgs^>^ NodeChanged {
    void add (EventHandler<DataExplorerNodeEventArgs^>^ value);
    void remove (EventHandler<DataExplorerNodeEventArgs^>^ value);
}
abstract NodeChanged : IEvent<EventHandler<DataExplorerNodeEventArgs>,
    DataExplorerNodeEventArgs>
JScript 不支持事件。

.NET Framework 安全性

请参见

参考

IVsDataExplorerConnection 接口

Microsoft.VisualStudio.Data.Services 命名空间