In This Topic
Occurs if the user taps the control but the touch duration exceeded MaxTapDuration or the touch point was moved.
Syntax
'Declaration
Public Event MissedTap As System.EventHandler(Of TouchEventArgs)
public event System.EventHandler<TouchEventArgs> MissedTap
See Also