Cell editor Events

See Also    Examples    Applies To

Event BeforeCellEditorEnter(fCancel As Boolean)

atb_BeforeCellEditorEnter(fCancel)

Raised before the internal cell editor is launched.

fCancel
True on entry of the event procedure. Set fCancel = False to inhibit the editor.

Event AfterCellEditorExit()

atb_AfterCellEditorExit(fCancel)

Raised after cell editing has been finished.

This happens when you enter a cell in the grid view of the atb control:

When you leave the cell:

Here are the guidelines to design your own cell editor:

In the BeforeCellEnter event routine:

In the AfterCellEditorExit event routine: