Change Method (FlexNumericStepper)
Class
FlexNumericStepper
.
Action
Dispatched when the value of the NumericStepper control changes as a result of user interaction.
Syntax
C#
numericStepper
.
Change
(
value
)
VB
numericStepper
.
Change
(
value
)
Variable
Description
value
The value of the NumericStepper control when the event was dispatched.
Double
.