Skip to main content

onEventDeleted

Description

Fires after the specified event was deleted (version 3.0+)

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

Parameters

  • id - (required) string - the event's id
  • ev - (required) object - the event's object

Example

scheduler.attachEvent("onEventDeleted", function(id,ev){
// custom code
});

Details

The event will fire regardless of whether the DataProcessor library is used or not.

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.