New to Kendo UI for Angular? Start a free 30-day trial
ContextMenuSelectEvent
Represents the arguments for the select
event of the ContextMenu.
Name | Type | Default | Description |
---|---|---|---|
index |
|
Specifies the item index of the event. | |
item |
|
Specifies the item data of the event. | |
originalEvent |
|
Specifies the DOM event that triggered the selection. | |
sender |
|
Specifies the ContextMenuComponent that triggered the event. | |
target |
|
Specifies the target element for which the ContextMenu is opened. |
Constructors
ContextMenuSelectEvent
()