Search
ItemModifiedEventArgs Class
See Also
 






Specifies data for the itemModified event.

Namespace: MindFusion.Scheduling
File: EventArgs.js

 Syntax

JavaScript  Copy Code

// class
ItemModifiedEventArgs.prototype = {}

 Example

The following code attaches an event listener to the itemModified event:

JavaScript  Copy Code
// handle itemModified event to repaint the calendars when an item is modified interactively
calendar.itemModified.addEventListener(repaint);

 Inheritance Hierarchy

MindFusion.Scheduling.EventArgs
    MindFusion.Scheduling.ItemModifiedEventArgs

 See Also