Initlializes a new instance of the PropertyEventArgs class.
Namespace: MindFusion.Mapping
Package: Events.js
JavaScript Copy Code |
---|
function PropertyEventArgs (propertyName, oldValue, newValue) |
String. The name of the property that changed.
Object. The old value of the property.
Object. The new value of the property.