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

See Also

Reference

IExplorerNodeEvents Interface

Microsoft.VisualStudio.SharePoint.Explorer Namespace