DayPilot.Month.afterRender

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 the Update() method

  • isCallBack (boolean) - true if this event is called after a CallBack; false if it is called during the initial page load or a PostBack

Notes

Available in api=1.