Search
PropertyEventArgs.newValue Property
See Also
 






Gets or sets the new value of the property.

Namespace: MindFusion.DataViews
File: EventArgs.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Object

The new property value.

 See Also