I'm not sure I understand the order of events.
I have "PromptOnDelete" set to true. I'm also listening to the the "DeletingFile" event. When I right click on a file listed on the FTPRemoteFileList control and select "Delete", the "DeletingFile" event fire before I am prompted. It seems to me that I should be prompted first and if I select "No" then the DeletingFile event should fire.
Since this does not seem to be the case, how do I prompt the user as to whether or not they want to delete a file, but still be able to do some actions before the files are deleted?