WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / C1TapHelper Class
Methods Events


In This Topic
    C1TapHelper Class Members
    In This Topic

    The following tables list the members exposed by C1TapHelper.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1TapHelper class.  
    Top
    Public Methods
     NameDescription
    Public MethodDetaches all the events handlers.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the element is double-tapped (double-clicked if performed with the mouse).  
    Public EventOccurs when a Hold gesture is performed over the element.  
    Public EventOccurs when the fingers are lift from the screen or mouse button was released.  
    Public EventOccurs when one or more fingers get in contact with the screen or mouse button was pressed.  
    Public EventOccurs when the element is tapped (clicked if performed with the mouse).  
    Top
    See Also