MenuItemEventArgs Class
Represents the event arguments class for the Click event.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
| Name | Description | |
|---|---|---|
![]() | MenuItemEventArgs(IMenuItem^, Object^) | Initializes a new instance of the MenuItemEventArgs class with the old value for the deployment type. |
| Name | Description | |
|---|---|---|
![]() | MenuItem | Gets an instance of IMenuItem that raises the event. |
![]() | Owner | Gets the owner of the menu item. Typically, this is a node visible in the UI such as an ISharePointProjectItem or IExplorerNode. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


