Skip to main content

onSchedulerResize

Description

Fires before the scheduler changes its size

onSchedulerResize: () => void

Example

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

Details

The event informs that the size of the scheduler was changed, and data area needs repainting. Normally, you don't need to care about this event: it can be useful only if you create some custom view.

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.