The C1ComboBox type exposes the following members.

Events

  NameDescription
Public eventBoundItemCreated
Occurs after C1ComboBoxItem is created in data binding.
Public eventItemDataBinding
Occurs when C1ComboBoxItem is binding data.
Public eventItemsRequested
Occurs when C1ComboBox requests data from client side.
Public eventSelectedIndexChanged
Occurs when the SelectedIndex property has changed.
Public eventTextChanged
Occurs when the text in the C1ComboBox text box changes.
Public eventTextExceeded
Occurs when the length of text in the C1ComboBox exceeds the MaxLength.

See Also