[]
        
(Showing Draft Content)

C1.WPF.C1TapHelper

C1TapHelper Class

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

Inheritance
C1TapHelper
Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public class C1TapHelper

Constructors

Name Description
C1TapHelper(UIElement, bool)

Initializes a new instance of the C1TapHelper class.

C1TapHelper(UIElement, bool, bool)

Initializes a new instance of the C1TapHelper class which only handles Tap event and optionally DoubleTap event.

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.

RightTapped

Occurs when the element is tapped with right mouse button.

Tapped

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