ExplorerNodeMenuItemsRequestedEventArgs Class
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.
Provides data for the NodeMenuItemsRequested event.
public ref class ExplorerNodeMenuItemsRequestedEventArgs : Microsoft::VisualStudio::SharePoint::Explorer::ExplorerNodeEventArgs
public class ExplorerNodeMenuItemsRequestedEventArgs : Microsoft.VisualStudio.SharePoint.Explorer.ExplorerNodeEventArgs
type ExplorerNodeMenuItemsRequestedEventArgs = class
inherit ExplorerNodeEventArgs
Public Class ExplorerNodeMenuItemsRequestedEventArgs
Inherits ExplorerNodeEventArgs
- Inheritance
Constructors
ExplorerNodeMenuItemsRequestedEventArgs(IExplorerNode, IMenuItemCollection) |
Initializes a new instance of the ExplorerNodeMenuItemsRequestedEventArgs class. |
Properties
MenuItems |
Gets the collection of menu items for the node that is associated with the NodeMenuItemsRequested event. |
Node |
Gets the node that is associated with this event. (Inherited from ExplorerNodeEventArgs) |