Search
TouchControl.TouchUp Event
See Also
 





Raised when a touch is removed from the touch screen.

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

 Syntax

C#  Copy Code

public event EventHandler<TouchEventArgs> TouchUp

Visual Basic  Copy Code

Public Event TouchUp As EventHandler(Of TouchEventArgs)

 See Also