I have a UserControl where in the Load Event I Read the settings from the registry. I also want to write those settings back to the registry.
My question is which event do I use? What is the opposite of Load? Is there something like Unload?
My question is which event do I use? What is the opposite of Load? Is there something like Unload?