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