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