Search
ItemModifyingEventArgs Constructor
See Also
 






Initializes a new instance of the ItemModifyingEventArgs class.

Namespace: MindFusion.Scheduling
File: EventArgs.js

 Syntax

JavaScript  Copy Code

function ItemModifyingEventArgs (item, changes, action)

 Parameters

item

Item. The new item.

changes

Object. An object containing the changed properties.

action

One of the ItemModifyAction enumeration values. The action that is modifying the item.

 See Also