fires when gantt went back to normal mode from the full screen mode
gantt.attachEvent("onCollapse", 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.