CustomValueEnteredEventArgs

Interface representing the event arguments for the customValueEntered event for AutoComplete and ComboBox controls.

Properties

name String

Gets the name of the event.

text String

Gets the custom value that was entered into the control. The event only is triggered when the value is not in the item list.

On This Page