TcxCheckListBox Events
A list box control that enables checking/un-checking of one or more items.| Name | Description |
|---|---|
| OnAlignInsertBefore | Inherited from TWinControl. |
| OnAlignPosition | Inherited from TWinControl. |
| OnCanResize | Inherited from TControl. |
| OnCheckStatesToEditValue | Enables you to convert check states to the edit value manually. Inherited from TcxCustomCheckListBox. |
| OnClick | Inherited from TControl. |
| OnClickCheck | Occurs when the end-user toggles the state of a specific item. Inherited from TcxCustomCheckListBox. |
| OnCompare | Enables you to customize the order in which items are displayed in the sorted checklist box. Inherited from TcxCustomCheckListBox. |
| OnConstrainedResize | Inherited from TControl. |
| OnContextPopup | Inherited from TControl. |
| OnDblClick | Inherited from TControl. |
| OnDockDrop | Inherited from TWinControl. |
| OnDockOver | Inherited from TWinControl. |
| OnDragDrop | Inherited from TControl. |
| OnDragOver | Inherited from TControl. |
| OnDrawItem | Occurs when a checklist box item should be repainted. Inherited from TcxCustomCheckListBox. |
| OnEditValueChanged | Occurs on changing the control’s EditValue property. Inherited from TcxCustomCheckListBox. |
| OnEditValueToCheckStates | Enables you to convert edit value to check states manually. Inherited from TcxCustomCheckListBox. |
| OnEndDock | Inherited from TControl. |
| OnEndDrag | Inherited from TControl. |
| OnEnter | Inherited from TWinControl. |
| OnExit | Inherited from TWinControl. |
| OnFocusChanged protected | Inherited from TcxControl. |
| OnGesture | Inherited from TControl. |
| OnGetSiteInfo | Inherited from TWinControl. |
| OnGlass | Inherited from TcxContainer. |
| OnKeyDown | Inherited from TWinControl. |
| OnKeyPress | Inherited from TWinControl. |
| OnKeyUp | Inherited from TWinControl. |
| OnMeasureItem | Deprecated. This event exists for backward compatibility only. Handle the OnDrawItem event instead. Inherited from TcxCustomCheckListBox. |
| OnMouseActivate | Inherited from TControl. |
| OnMouseDown | Inherited from TControl. |
| OnMouseEnter protected | Occurs when the mouse pointer enters into the control. Inherited from TcxControl. |
| OnMouseLeave protected | Occurs when the mouse pointer leaves the control. Inherited from TcxControl. |
| OnMouseMove | Inherited from TControl. |
| OnMouseUp | Inherited from TControl. |
| OnMouseWheel | Inherited from TControl. |
| OnMouseWheelDown | Inherited from TControl. |
| OnMouseWheelUp | Inherited from TControl. |
| OnResize | Inherited from TControl. |
| OnStartDock | Inherited from TControl. |
| OnStartDrag | Inherited from TControl. |
| OnUnDock | Inherited from TWinControl. |
See Also