fires when a user clicks on the expand icon to change the scheduler's size from original to 'full screen'.
boolean | defines whether the default action of the event will be triggered (true) or canceled (false) |
scheduler.attachEvent("onBeforeExpand",function(){
//any custom logic here
return true;
});
The event requires the expand plugin to be enabled.