TouchEventHandler
Wisej.Web.TouchEventHandler
Last updated
Wisej.Web.TouchEventHandler
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the TouchStart, TouchEnd, TouchMove, TouchCancel events.
Name | Type | Description |
---|---|---|
sender | The source of the event. | |
e | A that contains the event data. |
Name | Description |
---|---|
Fired when a touch point is placed on the touch surface. | |
Fired when a touch point is removed from the touch surface. | |
Fired when a touch point has been disrupted in an implementation-specific manner (for example, too many touch points are created). | |
Fired when a touch point is moved along the touch surface. |