When the user saves an InfoPath form, I need to trigger some logic that will create another file based on the file name typed by the user in the Save As dialog. Although MSDN suggests that I should be able to retrieve the file name from the SaveEventArgs.Filename property, this is not the case. If the...