MenuItemEventArgs 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.
Represents the event arguments class for the Click event.
public ref class MenuItemEventArgs : EventArgs
public class MenuItemEventArgs : EventArgs
type MenuItemEventArgs = class
inherit EventArgs
Public Class MenuItemEventArgs
Inherits EventArgs
- Inheritance
-
MenuItemEventArgs
Constructors
MenuItemEventArgs(IMenuItem, Object) |
Initializes a new instance of the MenuItemEventArgs class with the old value for the deployment type. |
Properties
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. |