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