ComponentOne SuperTooltip for WinForms
C1.Win.6 Assembly / C1.Win.Touch Namespace / TouchProcessor Class / MissedTap Event

In This Topic
    MissedTap Event
    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