跳转到主要内容

onEventChanged

Description

当用户完成编辑事件并保存更新后触发(在事件栏或详情窗口中点击编辑和保存按钮之后)

onEventChanged: (id: string, ev: object) => void;

Parameters

  • id - (required) string - 事件的id
  • ev - (required) object - 事件对象

Example

scheduler.attachEvent("onEventChanged", function(id,ev){
//这里写任何自定义逻辑
});
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.