Silverlight 5 introduced the new ClickCount property of the MouseButtonEventArgsclass. This property tells you how many times the user hasrapidly clicked the mouse button. While this is useful forsupporting double click and triple (or even more) click scenarios,it's not immediately obvious how you would use it to support bothin the same element. Several folks in the community, like Kunal Chowdhury, have pointed out the issues with supportingboth, as have I in my video on the topic.
Here's a quick way to deal with the issue. I'm not presentingthis as the perfect approach (especially as the timeout is prettypicky and doesn't take OS mouse click speed settings into acc ...
Go to the complete details ...