[]
        
(Showing Draft Content)

C1.Win.Touch.TouchProcessor.MissedTap

MissedTap Event

Occurs if the user taps the control but the touch duration exceeded MaxTapDuration or the touch point was moved.

Namespace: C1.Win.Touch
Assembly: C1.Win.4.8.dll
Syntax
public event EventHandler<TouchEventArgs> MissedTap
Returns
Type Description
EventHandler<TouchEventArgs> Occurs if the user taps the control but the touch duration exceeded MaxTapDuration or the touch point was moved.