Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i am designing GUI using C# windows from application.I have started learning c# recently. I have one checkbox in user control and when chekbox is changed i want to raise that event in the mainfrom. how can i do this please help me.

Thanks in advance,
Posted

1 solution

Simple: your user control handles the event from the CheckBox directly, and signals it's own event onward to the parent form.
It's very simple - have a look at this: Transferring information between two forms, Part 2: Child to Parent[^] It's aimed at parent and child forms, but the principles, reasons and techniques are exactly the same.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900