Raised when a touch moves.
Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms
SyntaxC#
Copy Code
|
|---|
public event EventHandler<TouchEventArgs> TouchMove |
Visual Basic
Copy Code
|
|---|
Public Event TouchMove As EventHandler(Of TouchEventArgs) |
See Also