onHide

fires when window is hidden

void onHide();

Example

some.attachEvent("onHide", function(){
    //... some code here ... 
});

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix lightweight js framework and page of context menu javascript product.