Skip to content

OnEntry - cCJGridColumn

Called when the cell focus has changed to this column

Type: Event

Syntax

Procedure OnEntry

Description

OnEntry is called after a cell focus change and is sent to the column that has received the new column focus. When called, SelectedColumn will be set to this column object.

OnExiting is called before the cell navigation event has occurred. The OnExit event is sent after the navigation has occurred. OnEntering is called before the cell navigation event has occurred. The OnEntry event is sent after the navigation has occurred. They are called in the following order:

Get OnExiting of OldColumn to bCancel Get OnEntering of NewColumn to bCancel < Change focus> Send OnExit of OldColumn Send OnEntry of NewColumn