I have a usercontrol embedded in a unother control which is in a form.
There doesn't seem to be a userControl_close() event.

I know I can raise an event when the parent form closes, then bubble it up into the control but is there an easier way of doing this ?

Thanks In Advance