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