Events for cCJGridColumnRowIndicator
View event list in alphabetical order.
Inherited Events from cCJGridColumn
| Name | Description | Defining Class |
|---|---|---|
| OnCreateColumn | Called at the end of the column object activation process | cCJGridColumn |
| OnEditChanging | Called when a regular edit has the focus on a character by character change | cCJGridColumn |
| OnEndEdit | Sent when an edit has changed a column value | cCJGridColumn |
| OnEntering | Called when the cell focus is about to move to this column. Can be used to cancel the navigation. | cCJGridColumn |
| OnEntry | Called when the cell focus has changed to this column | cCJGridColumn |
| OnExit | Called when the cell focus has changed away from this column | cCJGridColumn |
| OnExiting | Called when the cell focus is about to move from this column. Can be used to cancel the navigation. | cCJGridColumn |
| OnGetTooltip | Fired whenever the mouse is positioned over a grid cell belonging to this column | cCJGridColumn |
| OnSelectedRowDataChanged | Called anytime an existing cell in the selected row is changed | cCJGridColumn |
| OnSetDisplayMetrics | Fired when each cell in the column is about to get painted, allows modifying display attributes of individual cells | cCJGridColumn |
| OnValidating | Called as part of the column validation process. Returns True if the column value is invalid. | cCJGridColumn |
| Prompt_Callback | Sends a callback event to an object that requested a prompt object | cCJGridColumn |
Inherited Events from DfComAutomationObject
| Name | Description | Defining Class |
|---|---|---|
| OnCreate | Sent right after a COM object is created | DfComAutomationObject |
Inherited Events from cObject
| Name | Description | Defining Class |
|---|---|---|
| Construct_Object | Object constructor. Initializes the object during object creation in class definitions | cObject |
| Destroy_Object | Sent when an object is about to be destroyed | cObject |
| End_Construct_Object | End of object constructor. | cObject |