IExplorerNodeEvents.NodeChildrenRequested Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.