Search
TouchControl.TouchMove Event
See Also
 





Raised when a touch moves.

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

 Syntax

C#  Copy Code

public event EventHandler<TouchEventArgs> TouchMove

Visual Basic  Copy Code

Public Event TouchMove As EventHandler(Of TouchEventArgs)

 See Also