[]
The following table lists and describes the events of the C1TouchEventProvider.
Name | Description |
---|---|
DoubleTapped | Occurs when an otherwise unhandled DoubleTap interaction occurs over the hit test area of this element. |
Holding | Occurs when an otherwise unhandled Hold interaction occurs over the hit test area of the control. |
ManipulationCompleted | Occurs when a manipulation on the control is complete. |
ManipulationDelta | Occurs when the input device changes position during a manipulation. |
ManipulationInetiaStarting | Occurs when the input device loses contact with the UIElement object during a manipulation and inertia begins. |
ManipulationStarting | Occurs when the manipulation processor is first created. |
ManipulationStarted | Occurs when an input device begins a manipulation on the control. |
PointerCanceled | Occurs when a pointer that made contact abnormally loses contact. |
PointerCaptureLost | Occurs when pointer capture previously held by this element moves to another control or elsewhere. |
PointerEntered | Occurs when a pointer enters the hit test area of the control. |
PointerExited | Occurs when a pointer leaves the hit test area of the control. |
PointerMoved | Occurs when a pointer moves while the pointer remains within the hit test area of the control. |
PointerPressed | Occurs when the pointer device initiates a Press action within the control. |
PointerReleased | Occurs when the pointer device that previously initiated a Press action is released, while within the control. Note that the end of a Press action is not guaranteed to fire a PointerReleased event; other events may fire instead. For more info, see Remarks. |
RightTapped | Occurs when a right-tap input stimulus happens while the pointer is over the element. |
Tapped | Occurs when an otherwise unhandled Tap interaction occurs over the hit test area of the control. |