Search
PropertyEventArgs Constructor
See Also
 






Initializes a new instance of the PropertyEventArgs class.

Namespace: MindFusion.DataViews
File: EventArgs.js

 Syntax

JavaScript  Copy Code

function PropertyEventArgs (action, propertyName, propertyValue, oldValue, index, meta)

 Parameters

action

RowAction. The action associated with the event.

propertyName

String. The name of the property.

propertyValue

Object. The value of the property.

oldValue

Object. The value of the property.

index

Number. The index of the object, associated with the event.

meta

Map. The metaData of the property.

 See Also