IExplorerNodeEvents.NodeChildrenRequested Event
Occurs when an IExplorerNode requests child nodes.
Namespace: Microsoft.VisualStudio.SharePoint.Explorer
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Event NodeChildrenRequested As EventHandler(Of ExplorerNodeEventArgs)
event EventHandler<ExplorerNodeEventArgs> NodeChildrenRequested
Remarks
Handle this event to add child nodes to a node. For more information, see How to: Add a Custom SharePoint Node to Server Explorer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.