Click or drag to resize

TapGestureRecognizer Events

The TapGestureRecognizer type exposes the following members.

Events
  NameDescription
Public eventStateUpdated
Fires when state is updated, use this instead of Updated, which has been deprecated. The gesture object has a CurrentTrackedTouches property where you can access the current touches.
(Inherited from GestureRecognizer.)
Public eventUpdated Obsolete.
Executes when the gesture changes
(Inherited from GestureRecognizer.)
Top
See Also