DataGrid Numeric Column Change arguments

By default, the change event for a numeric column sends an arg containing the value of the column - I think. How can I instead pass the row's underlying object - as happens by default with a Dropdown column?

Cheers
Reg

You can write whatever handler needed for the Change event. For example:

Thank you for this.

Cheers
Reg