Has anyone had any success with capturing a "click" event on an image created on a Canvas I see various properties for MouseUp, MouseDown, StylusUp, etc... But how about a good old-fashioned Click or DoubleClick
Or must I capture and handle both mouse down and mouse up (and Mouse out to cancel the mouse down )

Capturing a Click Event.
Wouterd
you can use mousedown/previewmousedown event for click
the following post shows doubleclick
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=247698&SiteID=1