fires before a file is removed from the queue
file | object | the file object |
vault.events.on("BeforeRemove", function(file){
console.log(file.id);
return true;
});
Returning false from the event handler will prevent removing a file from the queue.