$("#tree").bind("before.jstree", function (e, data) {
if(data.func === "open_node") {
// Do something
}
});