ListBox.CellTextChange

From Xojo Documentation

Event


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

Supported for all project types and targets.

Occurs after the KeyDown event if the KeyDown event returns False. Row and Column are zero-based.

Notes

The event is passed the Row and Column of the cell being edited.