I have a form that consists of a few tabs, each containing a user control. User controls need to know when the main form is closing so they can do some house keeping before closing.
How can I handle the FormClosing event which is thrown in the main form, in each of the UserControls?