Gets the current value of the property.
Namespace: MindFusion.Common
File: Events.js
JavaScript Copy Code |
---|
get newValue() {} |
Type: Object
Object. The new property value.
The following code handles the propertyValueChanged event for a Calendar instance.
JavaScript Copy Code |
---|
calendar.propertyValueChanged.addEventListener(handlePropertyChanged); function handlePropertyChanged (sender, args ) |