| AfterAdd | fires after a file is added to the queue | 
| AfterDrag | fires after dragging of a file in the queue is finished | 
| AfterDrop | fires before the user has finished dragging a file in the queue but after the mouse button is released | 
| AfterRemove | fires after a file is removed from the queue | 
| BeforeAdd | fires before a file is added to the queue | 
| BeforeDrag | fires before dragging of a file in the queue has started | 
| BeforeDrop | fires before the user has finished dragging a file in the queue and released the mouse button | 
| BeforeRemove | fires before a file is removed from the queue | 
| BeforeUploadFile | fires before the file upload begins | 
| Cancel | fires after the upload is canceled | 
| CancelDrop | fires on moving a mouse pointer out of file's borders while dragging the file in the queue | 
| CanDrop | fires when a dragged file is over a target file in the queue | 
| Change | fires after an operation on a file | 
| Click | fires on clicking a file in the queue | 
| DoubleClick | fires on double clicking a file in the queue | 
| DragIn | fires when a file is dragged to another potential target in the queue | 
| DragOut | fires when a file is dragged out of a potential target in the queue | 
| DragStart | fires when dragging of a file in the queue has started | 
| FocusChange | fires on moving focus to a new file in the queue | 
| ItemMouseOver | fires on moving the mouse pointer over a file in the queue | 
| ItemRightClick | fires on right clicking a file in the queue | 
| Load | fires after data are loaded into Vault | 
| RemoveAll | fires when all files are removed from the queue | 
| UploadBegin | fires when the file upload begins | 
| UploadFile | fires when all files are uploaded | 
| UploadFail | fires if the file upload failed | 
| UploadComplete | fires if the file upload is successful | 
| UploadProgress | fires on each percent of files uploading |