The afterRender event handler fires after the Monthly calendar is rendered.
This is a legacy event handler. Use onAfterRender instead.
Declaration
DayPilot.Month.afterRender(data, isCallBack)Parameters
data(object) - custom data sent from the server using theUpdate()methodisCallBack(boolean) -trueif this event is called after a CallBack;falseif it is called during the initial page load or a PostBack
Notes
Available in api=1.
DayPilot