DayPilot.Scheduler.onCallBackEnd

onCallBackEnd is fired after the control receives a response from a server-side AJAX callback (ASP.NET WebForms, ASP.NET MVC, Java).

Declaration

onCallBackEnd(args)

Parameters

  • args (empty object)

Example

dp.onCallBackEnd = function(args) {
  dp.message("Callback complete...");
};

See Also