Signature for callbacks that report that an underlying value has changed.
See also ValueSetter.
Source
typedef void ValueChanged<T>(T value);
Signature for callbacks that report that an underlying value has changed.
See also ValueSetter.
typedef void ValueChanged<T>(T value);