Skip to main content

TdxShellListView Events

A Shell List View control.
Name Description
OnAddFolder Allows you to prevent certain shell items from appearing in the Shell List View control. Inherited from TdxCustomShellListView.
OnAfterNavigation Allows you to identify when a navigation operation is complete. Inherited from TdxCustomShellListView.
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. Inherited from TdxCustomShellListView.
OnCancelEdit protected Inherited from TdxCustomListView.
OnCanResize Inherited from TControl.
OnChange Inherited from TdxCustomListView.
OnChanging Inherited from TdxCustomListView.
OnClick Inherited from TControl.
OnColumnClick 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 Allows you to perform specific actions when a user changes a column‘s position in the List View. Inherited from TdxCustomListView.
OnColumnRightClick 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 Allows you to implement a custom shell item sorting algorithm. Inherited from TdxCustomShellListView.
OnConstrainedResize Inherited from TControl.
OnContextPopup Inherited from TControl.
OnCreateItemClass protected Allows you to create custom list items. Inherited from TdxCustomListView.
OnCurrentFolderChanged Allows you to respond to navigation between shell items. Inherited from TdxCustomShellListView.
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 Allows you to perform specific actions when a user renames an item in an in-place editor. Inherited from TdxCustomListView.
OnEditing 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. Inherited from TdxCustomShellListView.
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 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 Allows you to identify when the Shell List View control successfully loads all shell items in the currently displayed folder. Inherited from TdxCustomShellListView.
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 Allows you to respond to external changes made in Windows Shell. Inherited from TdxCustomShellListView.
OnSortCompleted Allows you to respond to a sort operation. Inherited from TdxCustomShellListView.
OnStartDock Inherited from TControl.
OnStartDrag Inherited from TControl.
OnUnDock Inherited from TWinControl.
OnViewChanged Allows you to respond to display mode changes in the Shell List View control. Inherited from TdxCustomShellListView.
See Also