onAfterClose

fires after the branch has been closed

void onAfterClose(id id);
ididthe ID of the closed item

Example

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

See also
Back to top