The event handler receives an argument of type MenuItemClickedEventArgs containing data related to this event. The following MenuItemClickedEventArgs properties provide information specific to this event.
Property | 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. |