Closing a form and doing something on return to another form

Posted by Luke on Stack Overflow See other posts from Stack Overflow or by Luke
Published on 2010-04-19T21:22:40Z Indexed on 2010/04/19 21:33 UTC
Read the original article Hit count: 142

Filed under:

I have a mainForm and a saveForm. I never close the mainForm, just let the saveForm appear over the top.

When i close the saveForm, I want a piece of code to run on returning to mainForm.

What is the best way to achieve this?

© Stack Overflow or respective owner

Related posts about c#