fires before unselection of an item has started
id | id | the id of an item |
selection | boolean | returns the selection status |
boolean | returning false will prevent unselecting of an item |
some.attachEvent("onBeforeUnSelect", function(id, selection){
// ... some code here ...
return true;
});