The GestureListener type exposes the following members.

Constructors

  NameDescription
Public methodGestureListener
Initializes a new instance of the GestureListener class.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodTerminate
Causes the GestureListener to permanently stop listening for gestures on the UIElement.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

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