DdtChangeEventArgs

12 Sep 20251 minute to read

Properties

e MouseEvent|KeyboardEvent

Specifies the original event.

element HTMLElement

Returns the root element of the component.

isInteracted boolean

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

oldValue string[]

Returns the component previous values.

value string[]

Returns the updated component values.