IExplorerNodeEvents.NodeChildrenRequested Event

Definition

Occurs when an IExplorerNode requests child nodes.

public:
 event EventHandler<Microsoft::VisualStudio::SharePoint::Explorer::ExplorerNodeEventArgs ^> ^ NodeChildrenRequested;
event EventHandler<Microsoft.VisualStudio.SharePoint.Explorer.ExplorerNodeEventArgs> NodeChildrenRequested;
member this.NodeChildrenRequested : EventHandler<Microsoft.VisualStudio.SharePoint.Explorer.ExplorerNodeEventArgs> 
Event NodeChildrenRequested As EventHandler(Of ExplorerNodeEventArgs) 

Event Type

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.

Applies to