Description
Called after an expression value changes. Use it for local side effects tied to one expression instance.
API Reference
ChangeHook is an optional callback on IExpression that receives the changed expression and previous value.
Called after an expression value changes. Use it for local side effects tied to one expression instance.
Expression instance that changed.
Value before the update.
void