onValueChanged property
Optional column-level notification invoked after a value was successfully written for this column.
This callback is local to the edited column. Additional same-row field
writes requested through onValueChanging are reported by the grid-level
onCellChanged, but do not invoke other columns' onValueChanged
callbacks.
Implementation
final FdcColumnValueChanged<T>? onValueChanged;