[]
Cross-platform helper for listening to tapped and double-tapped events.
public class C1TapHelper
Name | Description |
---|---|
C1TapHelper(FrameworkElement, bool, bool, bool) | Initializes a new instance of the C1TapHelper class. |
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. |
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). |