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

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