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

In This Topic
    SecondaryTap Event
    In This Topic
    Occurs as a result of the Press and Hold action.
    Syntax
    'Declaration
     
    Public Event SecondaryTap As System.EventHandler(Of TouchEventArgs)
    public event System.EventHandler<TouchEventArgs> SecondaryTap
    See Also