Search
TouchControl.TouchDown Event
See Also
 





Raised when a new touch is added to the touch screen.

Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms

 Syntax

C#  Copy Code

public event EventHandler<TouchEventArgs> TouchDown

Visual Basic  Copy Code

Public Event TouchDown As EventHandler(Of TouchEventArgs)

 See Also