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 javascript component library and page of javascript new window product.