DHTMLX Docs & Samples Explorer

onEventCreated Event

Parameters:

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