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