I have a user control called GameButton that has a label inside it. When I add the user control to my form, and add a click event to it, its triggered when you
GameButton
You can create a new method and assign all the controls to it
private void Control_Click(object sender, EventArgs e) { this.OnClick(e); }
This will raise main control(or usercontrol) event.