'Declaration
Public Function New( _ ByVal element As UIElement, _ ByVal doubleTapped As Boolean, _ ByVal handledEventsToo As Boolean _ )
public C1TapHelper( UIElement element, bool doubleTapped, bool handledEventsToo )
Parameters
- element
- An Windows.UI.Xaml.UIElement on which the tap gestures will be listened.
- doubleTapped
- Specifies whether elementshould listen to DoubleTap event.
- handledEventsToo
- Indicates whether tap gestures will be listened despite mouse events were already handled. (It only applies to mouse gestures)