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é
 
Top