fires when gantt is expanded to full screen
gantt.attachEvent("onExpand", function (){
// any custom logic here
});
This event is defined in the fullscreen extension, so you need to activate the fullscreen plugin using the gantt.plugins method. Read the details in the Full Screen Mode article.