onAfterSchedulerResize
Description
Срабатывает после того, как размер scheduler был обновлен и область с данными перерисована
onAfterSchedulerResize: () => void
Example
scheduler.attachEvent("onAfterSchedulerResize", function(){
//любая ваша логика здесь
});
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.