DayPilot.Scheduler.onCallBackStart

onCallBackStart is fired when a server-side AJAX callback is started (ASP.NET WebForms, ASP.NET MVC, Java).

Declaration

onCallBackStart(args)

Parameters

  • args (empty object)

Example

dp.onCallBackStart = function(args) {
  dp.message("Processing...");
};

See Also