C1.Win.4.8 Assembly / C1.Win.Touch Namespace / TouchProcessor Class / Touch Event

Touch Event (TouchProcessor)
Occurs before processing any manipulations from touch device.
Syntax
'Declaration
 
Public Event Touch As EventHandler(Of TouchEventArgs)
 
Event Data

The event handler receives an argument of type TouchEventArgs containing data related to this event. The following TouchEventArgs properties provide information specific to this event.

PropertyDescription
Gets the contact's X coordinate, in pixels.  
Gets the contact's Y coordinate, in pixels.  
See Also