Xojo ListBox event for changed value

Is there an event for the change of text in a cell, regardless of how it was changed?
Seem like CellTextChanged fires only when a cell is editable and the edit has started via keyboard.
Seems like Action fires only when the cell is editable and is changed by typing into the cell and at the end of the edit.

I’m looking for an event that fires on Action, but also if I do Listbox.Cell(row, column) = “Blah Blah”.

Guess I could catch both, but I’d also like it to fire on a new row, a deleted row, etc.

there isnt
but if you subclassed listbox you could make one :slight_smile: