Specifies data for the itemModified event.
Namespace: MindFusion.Scheduling
File: EventArgs.js
JavaScript Copy Code |
---|
// class |
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); |
MindFusion.Scheduling.EventArgs
MindFusion.Scheduling.ItemModifiedEventArgs