onEventDragOut
Description
Срабатывает, когда перетаскиваемое событие покидает область планировщика
onEventDragOut: (id: string, e: Event) => void;
Parameters
id- (required) string - id событияe- (required) Event - объект нативного события
Example
scheduler.attachEvent("onEventDragOut", function (id, e){
//любая ваша логика здесь
});
Details
примечание
Это событие происходит только во время операций drag-and-drop между разными планировщиками.
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.