Search
DiagramView.TouchMove Event
See Also
 






Raised when the user drags inside the diagram.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<TouchEventArgs> TouchMove

Visual Basic  Copy Code

Public Event TouchMove As EventHandler(Of TouchEventArgs)

 Event Data

TouchMove event handlers receive an argument of type TouchEventArgs.

 See Also