onValueChanging property

FdcColumnValueChanging<T>? onValueChanging
final

Optional column-level interceptor invoked before values are written into the dataset. Useful for cell-level validation and transformations such as barcode-to-article-code lookup.

Implementation

final FdcColumnValueChanging<T>? onValueChanging;