ListBoxDragEvent
Interface
The event that is triggered during drag operations on the ListBox.
Definition
Package:@progress/kendo-react-listbox
Properties
dataItem?
any
The data item involved in the drag operation.
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any, Event>
A React Synthetic Event.
An event target.