[]
Initializes a new instance of the C1TapHelper class.
public C1TapHelper(UIView element, bool handledEventsToo = false, bool raiseTapOnPointerPressed = false, bool useManipulationEvents = true)
Public Sub New(element As UIView, Optional handledEventsToo As Boolean = False, Optional raiseTapOnPointerPressed As Boolean = False, Optional useManipulationEvents As Boolean = True)
| Type | Name | Description |
|---|---|---|
| UIView | element | An UIKit.UIView on which the tap gestures will be listened. |
| bool | handledEventsToo | Indicates whether tap gestures will be listened despite mouse events were already handled. (It only applies to mouse gestures) |
| bool | raiseTapOnPointerPressed | Raise the Tapped event when the mouse or pen is pressed. |
| bool | useManipulationEvents | When set to true it uses Manipulation events to listen to the gesture, otherwise it will use Pointer events. |