[]
Initializes a new instance of the MenuItemClickEventArgs class.
public MenuItemClickEventArgs(ContextMenuType menuType, MenuItem selectedItem)
Public Sub New(menuType As ContextMenuType, selectedItem As MenuItem)
| Type | Name | Description |
|---|---|---|
| ContextMenuType | menuType | Type of the menu. |
| MenuItem | selectedItem | The selected item. |