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