Bulk delete implementation simply looks up delete buttons of selected items in file list and triggers click on them.
https://github.com/blueimp/jQuery-File-Upload/blob/master/js/jquery.fileupload-ui.js#L638
Would be great if the delete requests get tracked and an event gets fired after bulk deletion completes.
Usecase is reloading of some parts of the page after bulk delete.