Click or drag to resize
KaxComboBox Events

The KaxComboBox type exposes the following members.

Events
  Name Description
Public event ItemCreated
Occurs on the server when an item in the KaxComboBox control is created.
Public event ItemDataBound

Occurs after an item is data bound to the KaxComboBox control.

Public event ItemsRequested
Occurs when KaxComboBox initiates an AJAX callback to the server.
Public event SelectedIndexChanged
Occurs when the SelectedIndex property has changed.
Public event Code example TemplateNeeded
Occurs before template is being applied to the item.
Public event TextChanged
Occurs when the text of the KaxComboBox changes between postbacks to the server.
Top
See Also