ExplorerNodeMenuItemsRequestedEventArgs Constructor
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.
Initializes a new instance of the ExplorerNodeMenuItemsRequestedEventArgs class.
public:
ExplorerNodeMenuItemsRequestedEventArgs(Microsoft::VisualStudio::SharePoint::Explorer::IExplorerNode ^ node, Microsoft::VisualStudio::SharePoint::IMenuItemCollection ^ menuItems);
public ExplorerNodeMenuItemsRequestedEventArgs (Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNode node, Microsoft.VisualStudio.SharePoint.IMenuItemCollection menuItems);
new Microsoft.VisualStudio.SharePoint.Explorer.ExplorerNodeMenuItemsRequestedEventArgs : Microsoft.VisualStudio.SharePoint.Explorer.IExplorerNode * Microsoft.VisualStudio.SharePoint.IMenuItemCollection -> Microsoft.VisualStudio.SharePoint.Explorer.ExplorerNodeMenuItemsRequestedEventArgs
Public Sub New (node As IExplorerNode, menuItems As IMenuItemCollection)
Parameters
- node
- IExplorerNode
The node that is requesting menu items.
- menuItems
- IMenuItemCollection
The collection of menu items for the node.