Hi Friends,
I want to know, is there any difference between click and tap in windows phone 7..?
I want to know, is there any difference between click and tap in windows phone 7..?
Thank You..
Thank You..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kiranpreet ChawlaPosted Sep 27, 2011, 2:43 AM
Tap is a gesture and Click is an event.Some controls or classes support mouse events like Click, Double Click etc.
A Windows Phone doesn't have a mouse, but the events are fired the same when a finger touches the screen. You can manage MouseLeftButtonDown and MouseLeftButtonUp events to simulate the Tap or the Double Tap gestures on controls that derive from the UIElement class, example, a Panel class.
Thanks.
If this helped you, please mark it as ANSWER.