Initializes a new instance of the PropertyEventArgs class.
Namespace: MindFusion.DataViews
File: EventArgs.js
JavaScript Copy Code |
---|
function PropertyEventArgs (action, propertyName, propertyValue, oldValue, index, meta) |
RowAction. The action associated with the event.
String. The name of the property.
Object. The value of the property.
Object. The value of the property.
Number. The index of the object, associated with the event.
Map. The metaData of the property.