TouchEvents Class
Namespace: GHIElectronics.TinyCLR.UI.Input · Assembly: GHIElectronics.TinyCLR.UI
No description available.
public sealed class TouchEvents
Methods
RoutedEvent( , RoutingStrategy.Bubble, typeof(TouchEventArgs))
public static readonly RoutedEvent TouchDownEvent = new RoutedEvent( , RoutingStrategy.Bubble, typeof(TouchEventArgs))
A routed event indicating that an input report arrived. (inherited)
| Parameter | Type | Description |
|---|---|---|
| `` | `` | |
RoutingStrategy.Bubble | `` | |
typeof(TouchEventArgs) | `` |
Returns RoutedEvent TouchDownEvent = new
RoutedEvent( , RoutingStrategy.Bubble, typeof(TouchEventArgs))
public static readonly RoutedEvent TouchMoveEvent = new RoutedEvent( , RoutingStrategy.Bubble, typeof(TouchEventArgs))
A routed event indicating that an input report arrived. (inherited)
| Parameter | Type | Description |
|---|---|---|
| `` | `` | |
RoutingStrategy.Bubble | `` | |
typeof(TouchEventArgs) | `` |
Returns RoutedEvent TouchMoveEvent = new
RoutedEvent( , RoutingStrategy.Bubble, typeof(TouchEventArgs))
public static readonly RoutedEvent TouchUpEvent = new RoutedEvent( , RoutingStrategy.Bubble, typeof(TouchEventArgs))
A routed event indicating that an input report arrived. (inherited)
| Parameter | Type | Description |
|---|---|---|
| `` | `` | |
RoutingStrategy.Bubble | `` | |
typeof(TouchEventArgs) | `` |
Returns RoutedEvent TouchUpEvent = new