Click here to Skip to main content
15,884,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my WPF am using MVVM , i have a window in it there are 3 user control , window and user control having double click event . when i double on user control first it trigger user control click event and then window click event. How can i avoid this?

What I have tried:

i searched google , but i didn't anything .please help me...
Posted
Updated 23-Feb-17 20:24pm
Comments
Graeme_Grant 24-Feb-17 2:18am    
Please share your code so that we can see what you are doing as we can't see your screen from here...

1 solution

This will help you understand what is happening and why events are bubbling up and how to "Handle" them: RoutedEventArgs | 2,000 Things You Should Know About WPF[^]

If you are still experiencing difficulty, please post your code in your question by clicking on Improve question.
 
Share this answer
 
v2

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