SharePointProjectItemMenuItemsRequestedEventArgs Class

Definition

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
SharePointProjectItemMenuItemsRequestedEventArgs

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.

Applies to