Back to Devexpress

TdxListViewControl Events

vcl-dxlistview-dot-tdxlistviewcontrol-dot-underscore-events.md

latest11.9 KB
Original Source

TdxListViewControl Events

A List View control.

NameDescription
OnAlignInsertBeforeInherited from TWinControl.
OnAlignPositionInherited from TWinControl.
OnCancelEditInherited from TdxCustomListView.
OnCanResizeInherited from TControl.
OnChangeInherited from TdxCustomListView.
OnChangingInherited from TdxCustomListView.
OnClickInherited from TControl.
OnColumnClickAllows you to perform specific actions when a user clicks a column header in the List View. Inherited from TdxCustomListView.
OnColumnDraggedInherited from TdxCustomListView.
OnColumnPosChangedAllows you to perform specific actions when a user changes a column‘s position in the List View. Inherited from TdxCustomListView.
OnColumnRightClickAllows you to perform specific actions when a user right-clicks a column header in the List View. Inherited from TdxCustomListView.
OnColumnSizeChangedAllows you to perform specific actions when a user resizes a column in the List View. Inherited from TdxCustomListView.
OnCompareAllows you to implement a custom item sort. Inherited from TdxCustomListView.
OnConstrainedResizeInherited from TControl.
OnContextPopupInherited from TControl.
OnCreateItemClassAllows you to create custom list items. Inherited from TdxCustomListView.
OnDataAllows you to customize an item when it is about to be displayed in virtual mode. Inherited from TdxCustomListView.
OnDataFindAllows you to search list items in virtual mode. Inherited from TdxCustomListView.
OnDataHintAllows you to update information about a range of items when they change in virtual mode. Inherited from TdxCustomListView.
OnDblClickInherited from TControl.
OnDeletionAllows you to perform specific actions every time an item is deleted. Inherited from TdxCustomListView.
OnDockDropInherited from TWinControl.
OnDockOverInherited from TWinControl.
OnDragDropInherited from TControl.
OnDragOverInherited from TControl.
OnEditedAllows you to perform specific actions when a user renames an item in an in-place editor. Inherited from TdxCustomListView.
OnEditingAllows you to prohibit users from opening an item caption’s in-place editor. Inherited from TdxCustomListView.
OnEndDockInherited from TControl.
OnEndDragInherited from TControl.
OnEnterInherited from TWinControl.
OnExitInherited from TWinControl.
OnFocusChanged protectedInherited from TcxControl.
OnGestureInherited from TControl.
OnGetImageIndexInherited from TdxCustomListView.
OnGetSiteInfoInherited from TWinControl.
OnGetSubItemImageIndexInherited from TdxCustomListView.
OnInfoTipAllows you to show custom text in an item‘s hint. Inherited from TdxCustomListView.
OnInsertAllows you to customize settings of an item when it is added to the List View. Inherited from TdxCustomListView.
OnKeyDownInherited from TWinControl.
OnKeyPressInherited from TWinControl.
OnKeyUpInherited from TWinControl.
OnMouseActivateInherited from TControl.
OnMouseDownInherited from TControl.
OnMouseEnterOccurs when the mouse pointer enters into the control. Inherited from TcxControl.
OnMouseLeaveOccurs when the mouse pointer leaves the control. Inherited from TcxControl.
OnMouseMoveInherited from TControl.
OnMouseUpInherited from TControl.
OnMouseWheelInherited from TControl.
OnMouseWheelDownInherited from TControl.
OnMouseWheelUpInherited from TControl.
OnResizeInherited from TControl.
OnSelectionChanged protectedInherited from TdxCustomListView.
OnSelectItemAllows you to perform specific actions every time a user selects or deselects an item. Inherited from TdxCustomListView.
OnStartDockInherited from TControl.
OnStartDragInherited from TControl.
OnUnDockInherited from TWinControl.

See Also

TdxListViewControl Class

TdxListViewControl Members

dxListView Unit