TouchDoubleClick Event

Occurs when the touch surface is double-clicked.
Public Event TouchDoubleClick As EventHandler(Of StylusSystemGestureEventArgs)
This language is not supported or no code example is available.
public event EventHandler<StylusSystemGestureEventArgs> TouchDoubleClick
This language is not supported or no code example is available.
Remarks
 
WPF doesn't expose the double touch as an explicit event, so this is a custom event based on the fact that the application can receive a TwoFingerTap Gesture via the StylusSystemGesture event, which typically maps to double-click on a mouse. When IsImmediateMode or MultiTouchSettings.UseWindowsMessages are true listen to MultiTouchDoubleClick event instead.

.NET Framework

Supported in: 4.8

In this article

Definition