Search
DiagramView.TouchDown Event
See Also
 






Raised when the user touches inside the diagram.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<TouchEventArgs> TouchDown

Visual Basic  Copy Code

Public Event TouchDown As EventHandler(Of TouchEventArgs)

 Event Data

TouchDown event handlers receive an argument of type TouchEventArgs.

 See Also