Author Topic: BeginDocumentClose - Save confirmation messagebox  (Read 1367 times)

0 Members and 1 Guest are viewing this topic.

cincir

  • Guest
BeginDocumentClose - Save confirmation messagebox
« on: January 19, 2012, 01:53:16 PM »
Hi everyone

I am handling BeginDocumentClose event of a Document but before my code executes MessageBox pops up asking me if a want to save my changes. Any idea how can i suppress it? Because i am asking use to end the process for this Document and if the user chooses No i am Vetoing the close so no need to Save changes.