跳转到主要内容

onEventDragOut

Description

当拖拽的事件离开scheduler区域时触发

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

Parameters

  • id - (required) string - 事件的id
  • e - (required) Event - 原生事件对象

Example

scheduler.attachEvent("onEventDragOut", function (id, e){
//在这里添加自定义逻辑
});

Details

注释

此事件仅在不同scheduler之间进行拖放操作时触发。

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.