[]
        
(Showing Draft Content)

C1.WinUI.Core.C1TapHelper

C1TapHelper Class

Cross-platform helper for listening to tapped and double-tapped events.

Inheritance
C1TapHelper
Namespace: C1.WinUI.Core
Assembly: C1.WinUI.Core.dll
Syntax
public class C1TapHelper

Constructors

Name Description
C1TapHelper(FrameworkElement, bool, bool, bool)

Initializes a new instance of the C1TapHelper class.

Methods

Name Description
FinalizeHelper()

Detaches all the events handlers.

Events

Name Description
DoubleTapped

Occurs when the element is double-tapped (double-clicked if performed with the mouse).

Holding

Occurs when a Hold gesture is performed over the element.

ManipulationCompleted

Occurs when the fingers are lift from the screen or mouse button was released.

ManipulationStarted

Occurs when one or more fingers get in contact with the screen or mouse button was pressed.

Tapped

Occurs when the element is tapped (clicked if performed with the mouse).