Raising an event on parent window from a user control in .NET C#

Posted by worlds-apart89 on Stack Overflow See other posts from Stack Overflow or by worlds-apart89
Published on 2010-06-18T06:28:25Z Indexed on 2010/06/18 6:33 UTC
Read the original article Hit count: 232

Filed under:
|
|

The title pretty much explains the question. I have a user control loaded into the main window when the application is first run. What I want to do is to raise an event on parent window when a button on the user control is clicked, so how can I raise a parent event from button1_Click on the user control?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about events