The onAfterRender event handler fires after the Scheduler is updated.
Declaration
DayPilot.Scheduler.onAfterRender(args)
Parameters
args.isCallBack(boolean) -trueif this is an update after a server-side CallBack (ASP.NET WebForms, ASP.NET MVC, Java)args.isScroll(boolean) -trueif 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.onAfterUpdate
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot