Specifies data for the visibleDateChanged event.
Namespace: MindFusion.Scheduling
Assembly: EventArgs.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
ExampleThe following code handles the visibleDateChanged event with a method that loads JSON data for the calendar from an url.
JavaScript
Copy Code
|
|---|
/ handle the visibleDatechanged event to load the corresponding data when the calendar month is changed function getData() fetch(url) |
Inheritance HierarchyMindFusion.Scheduling.EventArgs![]()
MindFusion.Scheduling.DateChangedEventArgs
See Also