SharePointProjectItemMenuItemsRequestedEventArgs 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 ProjectItemMenuItemsRequested event.
public ref class SharePointProjectItemMenuItemsRequestedEventArgs : Microsoft::VisualStudio::SharePoint::SharePointProjectItemEventArgs
public class SharePointProjectItemMenuItemsRequestedEventArgs : Microsoft.VisualStudio.SharePoint.SharePointProjectItemEventArgs
type SharePointProjectItemMenuItemsRequestedEventArgs = class
inherit SharePointProjectItemEventArgs
Public Class SharePointProjectItemMenuItemsRequestedEventArgs
Inherits SharePointProjectItemEventArgs
- Inheritance
Constructors
SharePointProjectItemMenuItemsRequestedEventArgs(ISharePointProjectItem, IMenuItemCollection, IMenuItemCollection) |
Initializes a new instance of the SharePointProjectItemMenuItemsRequestedEventArgs class. |
Properties
AddMenuItems |
Gets or sets the collection of menu items that will appear in the "Add Item" context menu group. |
ProjectItem |
Gets or sets the ISharePointProjectItem that corresponds to the event that is being raised. (Inherited from SharePointProjectItemEventArgs) |
ViewMenuItems |
Gets or sets the collection of menu items that will appear in the "View Item" context menu group. |