TcxCustomGridView Events
The base class for all grid View classes.Name | Description |
---|---|
DataControllerEvents | |
OnCustomization protected | |
OnDblClick | Occurs when an end-user double-clicks within the current View. |
OnDragDrop | Occurs when a user drops the object being dragged within the current View. |
OnDragOver | Occurs when a user drags an object over the current View. |
OnEndDrag | Occurs when finishing dragging an object. |
OnGetStoredProperties | Occurs when the list of the current View’s properties that will be stored in external storage is produced. |
OnGetStoredPropertyValue | Occurs when the values of the current View’s properties are stored in external storage. |
OnInitStoredObject protected | Occurs when a non-existent View element that is present within storage is created within the View. |
OnKeyDown | |
OnKeyPress | |
OnKeyUp | |
OnMouseDown | Occurs when an end-user presses a mouse button and the mouse pointer is located over the current View. |
OnMouseEnter | Occurs when the mouse pointer moves over the current View. |
OnMouseLeave | Occurs when the mouse pointer leaves the current View. |
OnMouseMove | |
OnMouseUp | Occurs when an end-user releases a mouse button that was pressed and the mouse pointer is located over the current View. |
OnMouseWheel | |
OnMouseWheelDown | |
OnMouseWheelUp | |
OnSetStoredPropertyValue | Occurs when the values of the current View’s properties are restored from external storage. |
OnStartDrag | Occurs when a user starts dragging by left-clicking the current View. |
StylesEvents |
See Also