Skip to main content
Version: 9.0.2

gre.cell.gotfocus

A table cell has received focus and is the currently active cell. This is delivered to the control template with the cell focus information.

Data:

uint32_t    row; uint32_t    col; char *table

Where:

row The row that received focus

col The column that received focus

table The name of the table where the cell focus changed