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

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 между разными планировщиками.

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.