Search
TouchControl.OnTouchMove Method
See Also
 





Raises the TouchMove event.

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

 Syntax

C#  Copy Code

protected virtual void OnTouchMove (
    TouchEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnTouchMove( _
    e As TouchEventArgs _
)

 Parameters

e

A TouchEventArgs instance containing event information.

 See Also