Search
ItemModifiedEventArgs Constructor
See Also
 






Initializes a new instance of the ItemModifiedEventArgs class.

Namespace: MindFusion.Scheduling
File: EventArgs.js

 Syntax

JavaScript  Copy Code

function ItemModifiedEventArgs (item, oldItem, action)

 Parameters

item

Item. The new item.

oldItem

Item. The old item.

action

One of the ItemModifyAction enumeration values. The action that has modified the item.

 See Also