IExplorerNodeEvents.NodeChildrenRequested 事件

IExplorerNode 请求子节点时发生。

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

语法

声明
Event NodeChildrenRequested As EventHandler(Of ExplorerNodeEventArgs)
event EventHandler<ExplorerNodeEventArgs> NodeChildrenRequested

备注

处理此事件以将子节点添加到一个节点。 有关更多信息,请参见 如何:向服务器资源管理器添加自定义 SharePoint 节点

.NET Framework 安全性

请参见

参考

IExplorerNodeEvents 接口

Microsoft.VisualStudio.SharePoint.Explorer 命名空间