FdcColumnValueChanged<T> typedef

FdcColumnValueChanged<T> = void Function(FdcColumnValueChangedContext<T> context)

Column-level post-write notification.

Implementation

typedef FdcColumnValueChanged<T> =
    void Function(FdcColumnValueChangedContext<T> context);