When I click the next or previous arrows to navigate through the months both events change and viewChange are fired. When navigating through years, only the viewChange event is fired.
Why are both events fired when navigating through months?
“change” is raised because the selected Day is changed to the next/previous month’s First day. When you change Years, a Date is still not selected and there’s no “change” of the selection. “change” in the selection would happen when you choose the year and the month.