DayPilot.Scheduler.onAfterRender

The onAfterRender event handler fires after the Scheduler is updated.

Declaration

DayPilot.Scheduler.onAfterRender(args)

Parameters

  • args.isCallBack (boolean) - true if this is an update after a server-side CallBack (ASP.NET WebForms, ASP.NET MVC, Java)

  • args.isScroll (boolean) - true if this is an update after an onScroll event (JavaScript)

  • args.data - custom data sent from the server side using the Update() method (ASP.NET WebForms, ASP.NET MVC, Java)

Notes

This event is called after the Scheduler is updated:

  • After the control initialization (initial page load).

  • After PostBacks (ASP.NET WebForms).

  • After CallBacks (ASP.NET WebForms, ASP.NET MVC, Java).

  • After the onScroll event (JavaScript).

  • After update() (JavaScript) - since 8.3.2670.

See Also

DayPilot.Scheduler.update()

DayPilot.Scheduler.onAfterUpdate

DayPilot.Scheduler Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript