The onAfterRender event handler fires after the Scheduler is updated.
DayPilot.Scheduler.onAfterRender(args)
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)
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.