The GestureListener type exposes the following members.

Events

  NameDescription
Public eventDoubleTap
Raised when 2 tap gesture are performed in quick succssession with a minimal distance between each tap position.
Public eventDragCompleted
Raised when a drag gesture has been completed on the UIElement. A drag gesture is completed when the touch point is removed from the UIElement.
Public eventDragDelta
Raised when touch point movement is detected during a drag gesture on the UIElement.
Public eventDragStarted
Raised when a drag gesture has started on the UIElement.
Public eventFlick
Raised when a flick gesture is performed on the UIElement.
Public eventGestureCompleted
Raised when all touch points have left the UIElement.
Public eventGestureStarted
Raised when at least 1 touch point is created on the UIElement.
Public eventHold
Raised when a single touch point is held on the UIElement without moving for 1 second.
Public eventPinchCompleted
Raised when a pinch gesture has been completed. A pinch gesture is completed when all the touch points have left the UIElement.
Public eventPinchDelta
Raised when touch point movement is detected during a pinch gesture on the UIElement. A pinch gesture consists of 2 fingers moving on the UIElement.
Public eventPinchStarted
Raised when a pinch gesture is started on the UIElement.
Public eventTap
Raised when the UIElement is touched and then released at any time with no dragging movement in between.

See Also