ClickEventArgs
23 Sep 20251 minute to read
An interface that holds options to control the toolbar clicked action.
Properties
cancel boolean
Defines the prevent action.
item ItemModel
Defines the current Toolbar Item Object.
name string
Specifies name of the event.
originalEvent Event
Defines the current Event arguments.