I'm working on a user control and I want to be able to raise the event of the UserControl "Click" when the user clicks on a different control.

So I have 1 control, a button and I have a user control. When the button is clicked, it raises the Click event for the user control.