ListBoxKeyDownEvent
Interface
The event that is triggered when a key is pressed down over the ListBox.
Definition
Package:@progress/kendo-react-listbox
Properties
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any, Event>
A React Synthetic Event.
An event target.