Is there a form unload event?

H

Howard Swope

I am, through C#, modifying InfoPath command bars during the OnLoad routine
of my form. However, there doesn't seem to be any unload event from which to
reset them.

How is this being done?

TIA
Howard Swope
 
F

Franck Dauché

Hi Howard,

Unfortunately you are right, there is no OnCLose Event that you can catch.
You
need to put a close button on the form and call the cleanup code there.

Regards,

Franck Dauché
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top