The C1ComboBox type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() | OnBlur |
Fired when C1ComboBox loses focus.
|
![]() | OnDropDownCollapsed |
Fired after drop-down list is collapsed.
|
![]() | OnDropDownCollapsing |
Fired before drop-down list is about to collapse.
|
![]() | OnDropDownExpanded |
Fired after drop-down list is expanded.
|
![]() | OnDropDownExpanding |
Fired after drop-down list is about to expand.
|
![]() | OnFocus |
Fired when C1ComboBox gains focus.
|
![]() | OnIndexChanged |
Fired after index has changed.
|
![]() | OnIndexChanging |
Fired when index is about to change.
|
![]() | OnInitialized |
Fired when C1ComboBox is initialized.
|
![]() | OnItemsRequested |
Fired when C1ComboBox got items from server.
|
![]() | OnItemsRequestFailed |
Fired when fails to get items from server.
|
![]() | OnItemsRequesting |
Fired before sending request for items to server.
|
![]() | OnKeyPressing |
Fired on key pressing.
|
![]() | OnTextChanged |
Fired after Text changed.
|
![]() | OnTextExceeded |
Fired when Text exceeded max length.
|