Перейти к основному содержимому

onEventDragIn

Description

Срабатывает, когда перетаскиваемое событие входит в scheduler

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

Parameters

  • id - (required) string - идентификатор события
  • e - (required) Event - нативный объект события

Example

scheduler.attachEvent("onEventDragIn", function (id, e){
//любая ваша логика здесь
});

Details

примечание

Это событие возникает только во время drag-and-drop действий между разными 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.