I have to handle some event while double tapping on a button how to increase a delay between first tap and second tap on the mouse in C#
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have that same scenario solved in javascript. You can find my writeup here… http://slickthought.net/post/2012/06/08/Handling-Click-DoubleClick-in-Windows-8-Metro-JavaScript.aspx
You will have to replace the Promises with something like a Task so its not a 1:1 match, but it will give you the right idea on how to solve the issue.