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