DHTMLX Docs & Samples Explorer

onEventChanged Event

This event calls user-defined handlers (if there are any) and passes the following parameters:

  • id of event;
  • event object.
 scheduler.attachEvent("onEventChanged", function(event_id,event_object){
                    //any custom logic here
          });