WPF: Canvas Events Not working
Posted
by user279244
on Stack Overflow
See other posts from Stack Overflow
or by user279244
Published on 2010-03-24T11:20:00Z
Indexed on
2010/03/24
11:23 UTC
Read the original article
Hit count: 162
Hi I have set Mouse Events on a canvas as follows
MouseUp="CanvasUp" MouseDown="CanvasDown" MouseMove="CanvasMove"
But these are active only on the child elements like Images and Rectangles, but not on the empty space. Please tell me how to solve
Thanks
© Stack Overflow or respective owner