Search
ItemModifyingEventArgs.changes Property
See Also
 






Gets the changed properties of the Item, associated with the event.

Namespace: MindFusion.Scheduling
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get changes() {}
set changes(value) {}

 Property Value

Object

An object containing the changed properties.

 See Also