Skip to main content

onClearAll

Description

Fires after data in the scheduler was cleared

onClearAll: () => void

Example

scheduler.attachEvent("onClearAll", function (){
//any custom logic here
});

Details

The event is invoked from the clearAll method.

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.