The onAutoRefresh event is fired in the specified intervals (autoRefreshInterval) if if auto refresh is enabled.
In ASP.NET WebForms, ASP.NET MVC and Java versions it is fired before the server side event.
DayPilot.Month.onAutoRefresh(args)
dp.onAutoRefresh = function(args) { dp.events.load("/getEvents"); };