ValueChanged Event
Syntax
Sub ControlName_ValueChanged( Value As Variant, PreviousValue As Variant, OutOfRange As Boolean)
Applies To
Purpose
Generated when the value of the CWNumEdit control has changed from the user interface or the program.
Parameters
Value As Variant
Specifies the new value of the control.
PreviousValue As Variant
Specifies the value of the CWNumEdit control before the value was changed.
OutOfRange As Boolean
True if Value is not within the range specified by the Minimum and Maximum properties.