SelectEventArgs
Interface representing the event arguments for the select
event for AutoComplete, ComboBox, DropDownList, DropDownTree, ListBox, Mention, and Multiselect controls.
Properties
cancel Boolean
Gets or sets a value indicating whether we should cancel the operation or not.
isInteracted Boolean
Gets a value indicating whether the event was triggered by user interaction or from another event.
item HTMLLIElement
Gets the list item element that was selected.
itemData ItemSettingsModel
Gets the selected list item object from the data source.
name String
Gets the name of the event.
originalEvent KeyboardEvent MouseEvent TouchEvent
Gets the original triggered event arguments.