ListBoxToolbarClickEvent
Interface
The event that is triggered when a tool in the ListBoxToolbar is clicked.
Definition
Package:@progress/kendo-react-listbox
Properties
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any, Event>
A React Synthetic Event.
target
ListBoxToolbarHandle
An event target.
toolName?
string
The name of the tool that was clicked.