Raised when a new touch is added to the touch screen.
Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms
SyntaxC#
Copy Code
|
|---|
public event EventHandler<TouchEventArgs> TouchDown |
Visual Basic
Copy Code
|
|---|
Public Event TouchDown As EventHandler(Of TouchEventArgs) |
See Also