# onAfterLightbox

### Description

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

@signature: onAfterLightbox: () =\> void

### Example

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