I\'ve created a user control with some buttons. When you click a button in the UserControl the BackColor of the button changes:
private void button1(object send
you can use Event Aggregator and make the button in user control will publish an event and make you window handle the event