TcxCustomShellListView Events
Serves as the base class for the TcxShellListView class.| Name | Description |
|---|---|
| OnAddFolder protected | Allows you to prevent certain shell items from appearing in the Shell List View control. |
| OnAlignInsertBefore | Inherited from TWinControl. |
| OnAlignPosition | Inherited from TWinControl. |
| OnBeforeNavigation protected | Occurs before navigating to a new shell item. |
| OnCanResize | Inherited from TControl. |
| OnChange protected | Occurs after an item was changed. |
| OnClick | Inherited from TControl. |
| OnCompare protected | Occurs when two items are compared when sorting the shell list view. |
| OnConstrainedResize | Inherited from TControl. |
| OnContextPopup | Inherited from TControl. |
| OnCurrentFolderChanged protected | Occurs after the current folder changes within the cxShellListView control. |
| OnDblClick | Inherited from TControl. |
| OnDockDrop | Inherited from TWinControl. |
| OnDockOver | Inherited from TWinControl. |
| OnDragDrop | Inherited from TControl. |
| OnDragOver | Inherited from TControl. |
| OnEdited protected | Enables you to override end-user changes to shell item captions. |
| OnEditing protected | Enables you to prohibit end-users from editing specific shell item captions. |
| OnEndDock | Inherited from TControl. |
| OnEndDrag | Inherited from TControl. |
| OnEnter | Inherited from TWinControl. |
| OnExecuteItem protected | Occurs before the default associated program is launched for the file shell item activated by pressing the Enter key or by double-clicking the mouse. |
| OnExit | Inherited from TWinControl. |
| OnFocusChanged protected | Inherited from TcxControl. |
| OnGesture | Inherited from TControl. |
| OnGetSiteInfo | Inherited from TWinControl. |
| OnGlass | Inherited from TcxContainer. |
| 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. |
| OnSelectItem protected | Occurs when a shell item is selected or unselected. |
| OnShellChange protected | Allows you to respond to external changes made in Windows Shell. |
| OnStartDock | Inherited from TControl. |
| OnStartDrag | Inherited from TControl. |
| OnUnDock | Inherited from TWinControl. |
See Also