The SwipeEventArgs class encapsulates information about a swipe gesture.
This gesture occurs when only one finger touches surface and starts moving.
The different types of SwipeEvent objects that can occur are:
swipestart
Sent when one finger touch the surface and starts moving.
swipechange
Sent when one finger are moved.
swipeend
Sent when the swipe ends (when there are 0 fingers touching the surface or when muti-touch gesture started).
Namespace:
C1.Web.iPhoneAssembly: C1.Web.iPhone.Client (in C1.Web.iPhone.Client.dll)
Syntax
JavaScript |
---|
C1.Web.iPhone.SwipeEvent = function(); Type.createClass( 'C1.Web.iPhone.SwipeEvent'); |