Raised when the user drags inside the diagram.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<TouchEventArgs> TouchMove |
Visual Basic
Copy Code
|
|---|
Public Event TouchMove As EventHandler(Of TouchEventArgs) |
Event DataTouchMove event handlers receive an argument of type TouchEventArgs.
See Also