MultiselectChangeEventArgs

Interface representing the event arguments for the change event on the multiselect control.

Properties

element HTMLElement

Gets the root element of the multiselect control.

event KeyboardEvent MouseEvent TouchEvent

Gets the original triggered event arguments.

isInteracted Boolean

Gets a value indicating whether the event was triggered by user interaction or from another event.

name String

Gets the name of the event.

oldValue Number[] String[]

Gets the value of the control before the new item selections.

value Number[] String[]

Gets the new value of the control.