ChangeEventArgs

12 Sep 20251 minute to read

Properties

cancel boolean

Specifies whether the current action needs to be prevented or not.

event MouseEvent|KeyboardEvent|TouchEvent

Specifies the original event arguments.

isInteracted boolean

Returns true if the event is triggered by interaction. Otherwise, it returns false.

item Object

Returns the selected row data.

itemData Object

Returns the selected item as JSON Object from the data source.

itemElement HTMLElement

Returns the selected tr element.

previousItemData Object

Returns the previous selected item as JSON Object from the data source.

previousItemElement HTMLElement

Returns the previous selected tr element.

value number|string

Returns the selected value