The
Your description of leads me to believe that you want both your expected behavior vs actual behavior is unclearchild and your parent controls to respond to a click on the child control.Please refine
If I understand your description and question so correctly, I'd suggest subscribing to your child controls' click events and, in those event handlers, calling some common method that it can be more readily understoodmanipulates the state of the parent UserControl in the manner that you desire (e.g., changing the background color).
Thanks! :)
