ASP.NET Pack Programmer's Guide
PropertyEventArgs Constructor
See Also
 





Initlializes a new instance of the PropertyEventArgs class.

Namespace: MindFusion.Mapping
Package: Events.js

 Syntax

JavaScript  Copy Code

function PropertyEventArgs (propertyName, oldValue, newValue)

 Parameters

propertyName

String. The name of the property that changed.

oldValue

Object. The old value of the property.

newValue

Object. The new value of the property.

 See Also

PropertyEventArgs Class
MindFusion.Mapping Namespace