Search
ValueChangingEventArgs.newValue Property
See Also
 






Gets the new value of the changing property.

Namespace: MindFusion.Gauges
File: EventArgs.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Object

The new value of the changing property.

 See Also