Vcl.ComCtrls.TListView Events
InheritedProtected
| OnAdvancedCustomDraw | published | Occurs at discrete points during the rendering of the list view. |
| OnAdvancedCustomDrawItem | published | Occurs at discrete stages during the painting of an item in an owner-drawn list view. |
| OnAdvancedCustomDrawSubItem | published | Occurs at discrete stages during the painting of a subitem in an owner-drawn list view. |
| OnAlignInsertBefore | protected | Occurs when an object with custom alignment is aligned. |
| OnAlignPosition | protected | Occurs when an object with custom alignment is aligned. |
| OnCanResize | protected | Occurs when an attempt is made to resize the control. |
| OnChange | published | Occurs immediately after an item in the list changes. |
| OnChanging | published | Occurs when an item in the list is about to change. |
| OnClick | published | Occurs when the user clicks the control. |
| OnColumnClick | published | Occurs when the user clicks on a column header in a list view. |
| OnColumnDragged | published | Occurs when a column is dragged to a new position. |
| OnColumnRightClick | published | Occurs when the user right-clicks a column header in a list view. |
| OnCompare | published | Occurs when two items need to be compared during a sort of the list. |
| OnConstrainedResize | protected | Adjusts the resize constraints. |
| OnContextPopup | published | Occurs when the user right-clicks the control or otherwise invokes the pop-up menu (such as using the keyboard). |
| OnCreateItemClass | published | OnCreateItemClass occurs when a list item object is about to be created. |
| OnCustomDraw | published | Occurs when an owner-draw list view must be rendered. |
| OnCustomDrawItem | published | Occurs when an item in an owner-draw list view must be rendered. |
| OnCustomDrawSubItem | published | Occurs when a subitem must be rendered in an owner-draw list view. |
| OnData | published | Occurs immediately before an item is displayed in the list view control. |
| OnDataFind | published | Occurs when the list view control receives a search request, such as when the FindData and FindCaption methods are called. |
| OnDataHint | published | Occurs when the contents of the list view change, such as when the user scrolls the list view. |
| OnDataStateChange | published | Occurs when a range of items change states. |
| OnDblClick | published | Occurs when the user double-clicks the left mouse button when the mouse pointer is over the control. |
| OnDeletion | published | Occurs when an item in the list view is about to be deleted. |
| OnDockDrop | protected | Occurs when another control is docked to the control. |
| OnDockOver | protected | Occurs when another control is dragged over the control. |
| OnDragDrop | published | Occurs when the user drops an object being dragged. |
| OnDragOver | published | Occurs when the user drags an object over a control. |
| OnDrawItem | published | Occurs when an item should be drawn in the list view. |
| OnEdited | published | Occurs immediately after the user edits an item's Caption property. |
| OnEditing | published | Occurs when the user starts to edit a list item's Caption property. |
| OnEndDock | published | Occurs when the dragging of an object ends, either by docking the object or by canceling the dragging. |
| OnEndDrag | published | Occurs when the dragging of an object ends, either by dropping the object or by canceling the dragging. |
| OnEnter | published | Occurs when a control receives the input focus. |
| OnExit | published | Occurs when the input focus shifts away from one control to another. |
| OnGesture | published | Occurs when you perform a gesture associated with this control. |
| OnGetDeltaStreams | protected | |
| OnGetImageIndex | published | Occurs when an item is about to be displayed in the list view control. |
| OnGetSiteInfo | protected | Returns the control's docking information. |
| OnGetSubItemImage | published | Occurs when a subitem is about to be displayed in the column of a list view control. |
| OnInfoTip | published | Occurs when the user pauses the mouse over an item in the list view. |
| OnInsert | published | Occurs immediately after a new item is inserted into the list view. |
| OnItemChecked | published | Occurs when item checked or unchecked. |
| OnKeyDown | published | Occurs when a user presses any key while the control has focus. |
| OnKeyPress | published | Occurs when a key is pressed. |
| OnKeyUp | published | Occurs when the user releases a key that was pressed. |
| OnMouseActivate | published | Occurs when the user presses a mouse button with the mouse pointer over a control and the parent form is not active. |
| OnMouseDown | published | Occurs when the user presses a mouse button with the mouse pointer over a control. |
| OnMouseEnter | published | Occurs when the user moves the mouse into a control. |
| OnMouseLeave | published | Occurs when the user moves the mouse outside of a control. |
| OnMouseMove | published | Occurs when the user moves the mouse pointer while the mouse pointer is over a control. |
| OnMouseUp | published | Occurs when the user releases a mouse button that was pressed with the mouse pointer over a component. |
| OnMouseWheel | protected | Occurs when the mouse wheel is rotated. |
| OnMouseWheelDown | protected | Occurs when the mouse wheel is rotated downward. |
| OnMouseWheelUp | protected | Occurs when the mouse wheel is rotated upward. |
| OnResize | published | Occurs immediately after the control is resized. |
| OnSelectItem | published | Occurs when an item is selected in the list view control. |
| OnStartDock | published | Occurs when the user begins to drag a control with a DragKind of dkDock. |
| OnStartDrag | published | Occurs when the user begins to drag the control or an object it contains by left-clicking the control and holding the mouse button down. |
| OnUnDock | protected | Occurs when the application tries to undock a control that is docked to the windowed control. |
| WindowProc | public | Points to the window procedure that responds to messages sent to the control. |