Skip to main content

TcxCustomListView Events

The base class for the deprecated List View control.
Name Description
OnAdvancedCustomDraw protected Enables you to paint the list view control (or a part of it) before or after default painting takes place.
OnAdvancedCustomDrawItem protected Enables you to paint items of the list view control before or after default painting takes place.
OnAdvancedCustomDrawSubItem protected Occurs during the painting of the list view sub-items in an owner-draw list view.
OnAlignInsertBefore Inherited from TWinControl.
OnAlignPosition Inherited from TWinControl.
OnCancelEdit protected Occurs every time a user cancels an item edit operation.
OnCanResize Inherited from TControl.
OnChange protected Occurs after a list view item had been changed.
OnChanging protected Occurs before the item in the list view is about to be changed.
OnClick Inherited from TControl.
OnColumnClick protected Allows you to respond to clicks on column headers.
OnColumnDragged protected Occurs when the user drags a column.
OnColumnRightClick protected Occurs when a user right clicks the column header.
OnCompare protected Allows you to implement a custom item sort algorithm.
OnConstrainedResize Inherited from TControl.
OnContextPopup Inherited from TControl.
OnCreateItemClass protected Enables you to supply items of a custom type to the list view control.
OnCustomDraw protected Enables you to paint the list view control in a custom manner.
OnCustomDrawItem protected Occurs when an item in a list view is rendered.
OnCustomDrawSubItem protected Occurs when a sub-item in an owner-draw list view must be rendered.
OnData protected Occurs every time the List View control is about to display an item in virtual mode.
OnDataFind protected Occurs in response to a search operation in the List View control.
OnDataHint protected Occurs when the range of items needs to be updated.
OnDataStateChange protected Occurs when a dataset, with which the list view is associated, changes.
OnDblClick Inherited from TControl.
OnDeletion protected Occurs before an item is deleted from a list view.
OnDockDrop Inherited from TWinControl.
OnDockOver Inherited from TWinControl.
OnDragDrop Inherited from TControl.
OnDragOver Inherited from TControl.
OnDrawItem protected Occurs when an item must be drawn within a list view.
OnEdited protected Occurs after a successful item edit operation.
OnEditing protected Allows you to prevent list item edit operations.
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.
OnGetImageIndex protected Occurs when it is required to determine image associated with an item.
OnGetSiteInfo Inherited from TWinControl.
OnGetSubItemImage protected Occurs when it is required to determine image associated with a sub-item.
OnGlass Inherited from TcxContainer.
OnInfoTip protected Occurs before the hint is displayed within the list view.
OnInsert protected Occurs after the new item is inserted into the list view.
OnKeyDown Inherited from TWinControl.
OnKeyPress Inherited from TWinControl.
OnKeyUp Inherited from TWinControl.
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.
OnSelectItem protected Occurs after an item within a list view control is selected or deselected.
OnStartDock Inherited from TControl.
OnStartDrag Inherited from TControl.
OnUnDock Inherited from TWinControl.
See Also