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

In This Topic
    DoubleTap Event
    In This Topic
    Occurs when the user taps the control twice.
    Syntax
    'Declaration
     
    Public Event DoubleTap As System.EventHandler(Of TouchEventArgs)
    public event System.EventHandler<TouchEventArgs> DoubleTap
    See Also