ListBox.CellGotFocus

From Xojo Documentation

Event


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

Supported for all project types and targets.

The user has selected an editable cell of a ListBox. Row and Column are zero-based.

The Row and Column parameters indicate which cell just got the focus.