i have a C# user control named "Body_US" contains some elements such as label, images
.
I used the user control many times in main_window.
The problem is just i wanted to add an event on the image inside the user control.
For example when clicking on the image the opacity decreases .
How can i access the image inside the user control and make the event ?