共用方式為


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 命名空間