MenuItemEventArgs Class

 

Represents the event arguments class for the Click event.

Namespace:   Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

System::Object
  System::EventArgs
    Microsoft.VisualStudio.SharePoint::MenuItemEventArgs

public ref class MenuItemEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodMenuItemEventArgs(IMenuItem^, Object^)

Initializes a new instance of the MenuItemEventArgs class with the old value for the deployment type.

NameDescription
System_CAPS_pubpropertyMenuItem

Gets an instance of IMenuItem that raises the event.

System_CAPS_pubpropertyOwner

Gets the owner of the menu item. Typically, this is a node visible in the UI such as an ISharePointProjectItem or IExplorerNode.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: