IExplorerNodeEvents.NodeMenuItemsRequested 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 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.