Change Method (SparkSpinner)
Class
SparkSpinner
.
Action
Dispatched when the value of the NumericStepper changes as a result of user interaction.
Syntax
C#
spinner
.
Change
(
value
)
VB
spinner
.
Change
(
value
)
Variable
Description
value
The value of the NumericStepper when the change occured.
Double
.