ListBoxItemClickEvent
Interface
The event that is triggered when an item in the ListBox is clicked.
Definition
Package:@progress/kendo-react-listbox
Properties
dataItem?
any
The data item that was clicked.
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any, Event>
A React Synthetic Event.
An event target.