User Control Event Handling

  • Thread starter Thread starter Jason MacKenzie
  • Start date Start date
J

Jason MacKenzie

I have a user control (inheriting from System.Windows.Forms.UserControl)
with a button on it. I've added the control to the toolbox and have dragged
it onto a form from another project.

How can I capture the click event of the button in the parent form?
Currently nothing happens when I click the button.

Any help is appreciated,

Jay
 
Back
Top