Called when the value of the NumericUpDown changes.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
protected override void OnValueChanged( double oldValue, double newValue ) |
| Visual Basic |
|---|
Protected Overrides Sub OnValueChanged ( _ oldValue As Double, _ newValue As Double _ ) |
| Visual C++ |
|---|
protected: virtual void OnValueChanged( double oldValue, double newValue ) override |
Parameters
- oldValue
- Type: System..::..Double
The old value.
- newValue
- Type: System..::..Double
The new value.