fires when the Cancel button is clicked
vault.events.on("Cancel", function(){ console.log(file.id); });
The event fires if file upload was canceled by the abort method.