Skip to main content

TdxCustomShellListView Events

The base class for the Shell List View control.
Name Description
OnAddFolder Allows you to prevent certain shell items from appearing in the Shell List View control.
OnAfterNavigation protected Allows you to identify when a navigation operation is complete.
OnAlignInsertBefore Inherited from TWinControl.
OnAlignPosition Inherited from TWinControl.
OnBeforeNavigation Allows you to identify when the Shell List View control is about to navigate to a different folder.
OnCancelEdit protected Inherited from TdxCustomListView.
OnCanResize Inherited from TControl.
OnChange protected Inherited from TdxCustomListView.
OnChanging protected Inherited from TdxCustomListView.
OnClick Inherited from TControl.
OnColumnClick protected Allows you to perform specific actions when a user clicks a column header in the List View. Inherited from TdxCustomListView.
OnColumnDragged protected Inherited from TdxCustomListView.
OnColumnPosChanged protected Allows you to perform specific actions when a user changes a column‘s position in the List View. Inherited from TdxCustomListView.
OnColumnRightClick protected Allows you to perform specific actions when a user right-clicks a column header in the List View. Inherited from TdxCustomListView.
OnColumnSizeChanged protected Allows you to perform specific actions when a user resizes a column in the List View. Inherited from TdxCustomListView.
OnCompare protected Allows you to implement a custom shell item sorting algorithm.
OnConstrainedResize Inherited from TControl.
OnContextPopup Inherited from TControl.
OnCreateItemClass protected Allows you to create custom list items. Inherited from TdxCustomListView.
OnCurrentFolderChanged protected Allows you to respond to navigation between shell items.
OnData protected Allows you to customize an item when it is about to be displayed in virtual mode. Inherited from TdxCustomListView.
OnDataFind protected Allows you to search list items in virtual mode. Inherited from TdxCustomListView.
OnDataHint protected Allows you to update information about a range of items when they change in virtual mode. Inherited from TdxCustomListView.
OnDblClick Inherited from TControl.
OnDeletion protected Allows you to perform specific actions every time an item is deleted. Inherited from TdxCustomListView.
OnDockDrop Inherited from TWinControl.
OnDockOver Inherited from TWinControl.
OnDragDrop Inherited from TControl.
OnDragOver Inherited from TControl.
OnEdited protected Allows you to perform specific actions when a user renames an item in an in-place editor. Inherited from TdxCustomListView.
OnEditing protected Allows you to prohibit users from opening an item caption’s in-place editor. Inherited from TdxCustomListView.
OnEndDock Inherited from TControl.
OnEndDrag Inherited from TControl.
OnEnter Inherited from TWinControl.
OnExecuteItem Allows you to prevent execution of applications associated with certain file types when a user opens a file.
OnExit Inherited from TWinControl.
OnFocusChanged protected Inherited from TcxControl.
OnGesture Inherited from TControl.
OnGetImageIndex protected Inherited from TdxCustomListView.
OnGetSiteInfo Inherited from TWinControl.
OnGetSubItemImageIndex protected Inherited from TdxCustomListView.
OnInfoTip protected Allows you to show custom text in an item‘s hint. Inherited from TdxCustomListView.
OnInsert protected Allows you to customize settings of an item when it is added to the List View. Inherited from TdxCustomListView.
OnItemsPopulated protected Allows you to identify when the Shell List View control successfully loads all shell items in the currently displayed folder.
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.
OnSelectionChanged Inherited from TdxCustomListView.
OnSelectItem Allows you to perform specific actions every time a user selects or deselects an item. Inherited from TdxCustomListView.
OnShellChange protected Allows you to respond to external changes made in Windows Shell.
OnSortCompleted protected Allows you to respond to a sort operation.
OnStartDock Inherited from TControl.
OnStartDrag Inherited from TControl.
OnUnDock Inherited from TWinControl.
OnViewChanged protected Allows you to respond to display mode changes in the Shell List View control.
See Also