I have a form MainForm which is a Windows Forms form that contains many child controls. I want to call one function on MainForm that notifies all o
MainForm
No, there isn't. You must roll out your own.
On a side note - WPF has "routed events" which is exactly this and more.