ListBox.CellLostFocus

From Xojo Documentation

Event


ListBox.CellLostFocus(Row as Integer, Column as Integer)

Supported for all project types and targets.

The Row, Column cell has just lost the focus. Row and Column are zero-based.

The user could have clicked on another cell or pressed Tab, Return, or Escape.