The C1GestureListener type exposes the following members.

Constructors

  Name Description
Public method C1GestureListener

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Events

  Name Description
Public event DoubleTap Obsolete.
The DoubleTap event is raised instead of Tap if the time between two taps is short enough.
Public event DragCompleted
The DragCompleted event. Will be raised on touch release after a drag, or when a second touch point is added.
Public event DragDelta
The DragDelta event.
Public event DragStarted
The DragStarted event.
Public event Flick
The Flick event. Raised when a drag that was fast enough ends with a release.
Public event GestureBegin Obsolete.
The GestureBegin event.
Public event GestureCompleted Obsolete.
The GestureCompleted event.
Public event Hold Obsolete.
The Hold event (touch and hold for one second)
Public event PinchCompleted
The end of a pinch operation.
Public event PinchDelta
Any two-touch point (two finger) operation.
Public event PinchStarted
The PinchStarted event.
Public event Tap Obsolete.
The Tap event (touch, release, no movement).

See Also