Skip to content

Events for cDbCJGridColumn

View event list in hierarchical order.

Name Description Defining Class
ComboDescriptionValue Called to determine what should be displayed in the object's combo form Called to determine what should be displayed in the column's combo form. cDbCJGridColumn
Construct_Object Object constructor. cObject
Destroy_Object Sent when an object is about to be destroyed The Destroy_Object event is sent to an object when it is about to be destroyed. cObject
End_Construct_Object End of object constructor. cObject
OnCreate Sent right after a COM object is created The OnCreate event is always sent right after a COM object is created. DfComAutomationObject
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
OnSetCalculatedValue Used to define an initial calculated column value for a data aware grid column Data aware grids usually fetch their data automatically and dynamically as needed. cDbCJGridColumn
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