RemoveEventArgs

Interface representing the event arguments for the removed and removing events on the multiselect control.

Properties

cancel Boolean

Gets or sets a value indicating whether the current action should be prevented or not.

isInteracted Boolean

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

item HTMLLIElement

Gets the HTML LI element that was removed from the selected list.

itemData {:}

Gets the data for the item that was removed from the selected list.

name String

Gets the name of the event.

event MouseEvent KeyboardEventArgs

Gets the original triggered event arguments.