I don't think so. There are three events listed, Disposed, FileOk, and HelpRequested.
I'm not real sure this is the best idea, but you could try deriving a class from SaveFileDialog and implement your own behavior. Another opinion on this idea would be good.
Save does normally what it says: save.
It's like you would say to an iDoor (a smartDoor :) ) Door Open and the door closes... That would be rather weird don't you think?
no i was planning for something else...like loading a file with the contents of a listview(which are checked). so what i do is on click of a button savefiledialog opens after giving the name to the file... press the save button..this save button click has to open the form containing the listview in which i select the rows to be saved,... my idea is weird but like to implement it....
make a save button on clicking it first open the form to collect the values and information to be stored and after completing this procedure show the savefiledialog to save the file i think this will solve your issue of opening form on save event