onEventDeleted
Description
Wird ausgelöst unmittelbar nachdem ein Event gelöscht wurde (verfügbar ab Version 3.0+)
onEventDeleted: (id: string, ev: object) => void;
Parameters
id- (required) string - die ID des Eventsev- (required) object - das Event-Objekt
Example
scheduler.attachEvent("onEventDeleted", function(id,ev){
// benutzerdefinierter Code
});
Related samples
Details
Dieses Event wird ausgelöst, unabhängig davon, ob die DataProcessor-Bibliothek verwendet wird oder nicht.
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.