Documentation

onAfterClose

fires after the branch has been closed

void onAfterClose(){ ... };

Example

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

See also

Back to top