WPF: Image cilck event
Posted
by user279244
on Stack Overflow
See other posts from Stack Overflow
or by user279244
Published on 2010-04-15T15:59:42Z
Indexed on
2010/04/15
16:03 UTC
Read the original article
Hit count: 355
wpf
|mouseevent
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.
© Stack Overflow or respective owner