# onAfterLightbox

### Description

@short: Fires after the user has closed the lightbox (edit form)

@signature: onAfterLightbox: () =\> void;

### Example

~~~jsx
gantt.attachEvent("onAfterLightbox", function (){
    //any custom logic here
});
~~~
