WPF: Image cilck event
- by user279244
I can find only MouseDown Event and MouseUp Event on a image in WPF.
This causes some problem if I do MouseDown on some Image, Move the mouse and MouseUp event happens on some other image.
Is there any other event that I can use to solve this problem. like MouseClick Event for Button element.