Search
ValueChangedEventArgs.newValue Property
See Also
 






Gets the new value of the changed property.

Namespace: MindFusion.Gauges
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get newValue() {}
set newValue(value) {}

 Property Value

Object

The new value of the changed property.

 See Also