View event list in alphabetical order.
| Name |
Description |
Defining Class |
| OnCreateColumn |
Called at the end of the column object activation process OnCreateColumn is called as part of the grid activation process. |
cCJGridColumn |
| OnEditChanging |
Called when a regular edit has the focus on a character by character change This is called when a regular edit has the focus (not checkbox or combo) on a character by character change. |
cCJGridColumn |
| OnEndEdit |
Sent when an edit has changed a column value OnEndEdit is sent as a notification that a column value has changed. |
cCJGridColumn |
| OnEntering |
Called when the cell focus is about to move to this column. |
cCJGridColumn |
| OnEntry |
Called when the cell focus has changed to this column OnEntry is called after a cell focus change and is sent to the column that has received the new column focus. |
cCJGridColumn |
| OnExit |
Called when the cell focus has changed away from this column OnExit is called after a cell focus change and is sent to the column object that has just lost the column focus. |
cCJGridColumn |
| OnExiting |
Called when the cell focus is about to move from this column. |
cCJGridColumn |
| OnGetTooltip |
Fired whenever the mouse is positioned over a grid cell belonging to this column This event is 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 This is 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. |
cCJGridColumn |
| Prompt_Callback |
Sends a callback event to an object that requested a prompt object |
cCJGridColumn |
| Name |
Description |
Defining Class |
| OnCreate |
Sent right after a COM object is created The OnCreate event is always sent right after a COM object is created. |
DfComAutomationObject |
Inherited Events from cObject