If you want to execute custom JavaScript after the server-side CallBack you can use AfterRenderJavaScript. This property specifies the JavaScript that will be executed after every update (i.e. during initial page load and after every postback/callback).
You can pass custom data to AfterRenderJavaScript from CallBack requests using Update() method:
http://doc.daypilot.org/scheduler/callback-update/