Search
ValueChangingEventArgs.oldValue Property
See Also
 






Gets the previous value of the changing property.

Namespace: MindFusion.Gauges
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get oldValue() {}
set oldValue(value) {}

 Property Value

Object

The previous value of the changing property.

 See Also