I have a parent form that launches several child forms. Upon closing the child form I need to update several controls on the parent form. I'm guessing that I do this by using an Event of some type, but I'm fairly new to C# and not sure how to accomplish this. Thanks for your help.