MultiSelectChangeEventArgs
12 Sep 20251 minute to read
Properties
e MouseEvent|KeyboardEvent|TouchEvent
Specifies the original event arguments.
element HTMLElement
Returns the root element of the component.
event MouseEvent|KeyboardEvent|TouchEvent
Specifies the original event arguments.
isInteracted boolean
If the event is triggered by interaction, it returns true. Otherwise, it returns false.
oldValue number[]|string[]|boolean[]|object[]
Returns the component initial Value.
value number[]|string[]|boolean[]|object[]
Returns the updated component Values.