[]
Cross-platform helper for listening to tapped and double-tapped events.
public class C1TapHelper
| 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. |
| Name | Description |
|---|---|
| FinalizeHelper() | Detaches all the events handlers. |
| 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). |