IExplorerNodeEvents.NodeMenuItemsRequested Event

Definition

Occurs when an IExplorerNode requests shortcut menu items.

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

Event Type

Remarks

Handle this event to add a shortcut menu item to a node. For more information, see How to: Extend a SharePoint Node in Server Explorer.

Applies to