IVsDataExplorerConnection.NodeInserted 事件

当节点在服务器资源管理器中,插入发生。

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

语法

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

.NET Framework 安全性

请参见

参考

IVsDataExplorerConnection 接口

Microsoft.VisualStudio.Data.Services 命名空间