[]
Clicked event arguments for menu item.
public class MenuItemClickedEventArgs : EventArgs
Name | Description |
---|---|
MenuItemClickedEventArgs(MenuItem, int) | Initializes a new instance of the MenuItemClickedEventArgs class. |
Name | Description |
---|---|
Cancel | Gets or sets whether to cancel the execution of menu item. |
ClickedItem | Gets the clicked item. |
ItemIndex | Gets the index of the item. |