silverlight - How to make Image doubleclick event in C# -


I am working on the Silverlight app and I want to create an image masque double click event, but an inbuilt muscle in the image control There is no click, so I can do this ..

thanks ... !!

The key to complete this is to check two things:

  1. Measure the timezone between two mouse clicks to verify that it is less than 300 milliseconds.
  2. Make sure that the mouse has not moved more than a few pixels.

    Try it out

    Regards.

Comments