Search
ItemEventArgs.item Property
See Also
 






Gets the item, associated with the event.

Namespace: MindFusion.Scheduling
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get item() {}

 Property Value

The Item instance that was modified.

 See Also