Skip to main content

onEventDragIn

Description

Fires when a dragged event is moved into the scheduler

onEventDragIn: (id: string, e: Event) => void;

Parameters

  • id - (required) string - the event's id
  • e - (required) Event - a native event object

Example

scheduler.attachEvent("onEventDragIn", function (id, e){
//any custom logic here
});

Details

note

The event fires only in case of drag-n-drop between schedulers.

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.