I am using C#, Silverlight, WP7.
What is the difference between a Tap event and the sequence of MouseLeftButtonDown and MouseLeftButtonUp events? Also why doesn’t a Tap event always trigger MouseLeftButtonDown/MouseLeftButtonUp in sequence? Are these events any different in simulation on the computer and deployed on a phone?
I can’t find this in the documentation and my own tests seem to imply that a really quick click on the screen won’t always generate a MouseLeftButtonDown/MouseLeftButtonUp sequence. Are these mutually exclusive events? If not, what is the order of events?
Thanks in advance.
Although the mouse events are available on WP7, they are not necessarily reliable.
http://msdn.microsoft.com/en-us/library/ff967560%28v=VS.92%29.aspx