onAfterClose

fires after the branch has been closed

void onAfterClose();

Example

some.attachEvent("onAfterClose", function(id){
    webix.message("Node "+id+" closed"); 
});

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript ui framework and page of tree table ui product.