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