Changed (Value)

Function Name c:<CONTROL-NAME>#OnChanged
Syntax   (defun c:<CONTROL-NAME>#OnChanged (Value [as Long] Delta [as Long] /)
)
Return Type Ignored
Applies To Spin Button

This event is triggered when the user changes the control's current value. The Value argument is the new value for the control. Delta is the difference between the new value and the previous value.