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.
Related Guides
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.