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

In This Topic
    SecondaryTap Event (TouchProcessor)
    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
    Event Data

    The event handler receives an argument of type TouchEventArgs containing data related to this event. The following TouchEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the contact's X coordinate, in pixels.  
    Gets the contact's Y coordinate, in pixels.  
    See Also