This event occurs when tab selected
tabbar.attachEvent("onSelect", function(id,last_id){ //any custom code return true; });
If event handler returns false - selection will be blocked.