Search
DiagramView.OnTouchMove Method
See Also
 






Raises the TouchMove event.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnTouchMove (
    TouchEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnTouchMove( _
    e As TouchEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also