Gantt APIEventsonAfterLightboxOn this pageonAfterLightbox Description Fires after the user has closed the lightbox (edit form) onAfterLightbox: () => void;Examplegantt.attachEvent("onAfterLightbox", function (){ //any custom logic here});