Interface ITouchControl
A control that can raise touch events.
public interface ITouchControl
- Extension Methods
Events
TouchDown
Raised when the user begins touching the screen.
event EventHandler<TouchEventArgs> TouchDown
Event Type
- EventHandler<TouchEventArgs>
TouchMove
Raised when the user moves fingers while touching the screen.
event EventHandler<TouchEventArgs> TouchMove
Event Type
- EventHandler<TouchEventArgs>
TouchUp
Raised when the user stops touching the screen.
event EventHandler<TouchEventArgs> TouchUp
Event Type
- EventHandler<TouchEventArgs>