TouchClick Event

Occurs when a finger touches and holds the touch surface.
Public Event TouchClick As EventHandler(Of MouseButtonEventArgs)
This language is not supported or no code example is available.
public event EventHandler<MouseButtonEventArgs> TouchClick
This language is not supported or no code example is available.
Remarks
 
When IsImmediateMode or MultiTouchSettings.UseWindowsMessages are true listen to MultiTouchClick event instead.

.NET Framework

Supported in: 4.8

In this article

Definition