Events for cDbCJGridColumn

View event list in alphabetical order

NameDescription
ComboDescriptionValueCalled to determine what should be displayed in the object's combo form
OnSetCalculatedValueUsed to define an initial calculated column value for a data aware grid column

Inherited Events from cCJGridColumn

OnCreateColumnCalled at the end of the column object activation process
OnEditChangingCalled when a regular edit has the focus on a character by character change
OnEndEditSent when an edit has changed a column value
OnEnteringCalled when the cell focus is about to move to this column. Can be used to cancel the navigation.
OnEntryCalled when the cell focus has changed to this column
OnExitCalled when the cell focus has changed away from this column
OnExitingCalled when the cell focus is about to move from this column. Can be used to cancel the navigation.
OnGetTooltipFired whenever the mouse is positioned over a grid cell belonging to this column
OnSelectedRowDataChangedCalled anytime an existing cell in the selected row is changed
OnSetDisplayMetricsFired when each cell in the column is about to get painted, allows modifying display attributes of individual cells
OnValidatingCalled as part of the column validation process. Returns True if the column value is invalid.
Prompt_CallbackSends a callback event to an object that requested a prompt object

Inherited Events from DfComAutomationObject

OnCreateSent right after a COM object is created

Inherited Events from cObject

Construct_ObjectObject constructor. Initializes the object during object creation in class definitions
Destroy_ObjectSent when an object is about to be destroyed
End_Construct_ObjectEnd of object constructor.