MentionChangeEventArgs

Interface represents the event arguments for the change event.

Properties

cancel Boolean

Gets or sets a value indicating whether we should cancel the operation or not.

element HTMLElement

Gets the controls root element.

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.

previousItem HTMLLIElement

Gets the previously selected list item.

previousItemData ItemSettingsModel

Gets the previously selected list item object from the data source.

value Boolean Number String

Gets the selected list item value.