WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / C1TapHelper Class / C1TapHelper Constructor
An Microsoft.UI.Xaml.UIElement on which the tap gestures will be listened.
Indicates whether tap gestures will be listened despite mouse events were already handled. (It only applies to mouse gestures)
Raise the Tapped event when the mouse or pen is pressed.
When set to true it uses Manipulation events to listen to the gesture, otherwise it will use Pointer events.
In This Topic
    C1TapHelper Constructor
    In This Topic
    Initializes a new instance of the C1TapHelper class.
    Syntax

    Parameters

    element
    An Microsoft.UI.Xaml.UIElement on which the tap gestures will be listened.
    handledEventsToo
    Indicates whether tap gestures will be listened despite mouse events were already handled. (It only applies to mouse gestures)
    raiseTapOnPointerPressed
    Raise the Tapped event when the mouse or pen is pressed.
    useManipulationEvents
    When set to true it uses Manipulation events to listen to the gesture, otherwise it will use Pointer events.
    See Also