Specifies data for the itemModified event.
Namespace: MindFusion.Scheduling
File: EventArgs.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
ExampleThe 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 HierarchyMindFusion.Scheduling.EventArgs![]()
MindFusion.Scheduling.ItemModifiedEventArgs
See Also