'Declaration
Public Function New( _ ByVal element As UIElement, _ Optional ByVal handledEventsToo As Boolean _ )
'Usage
Dim element As UIElement Dim handledEventsToo As Boolean Dim instance As New C1TapHelper(element, handledEventsToo)
public C1TapHelper( UIElement element, bool handledEventsToo )
public: C1TapHelper( UIElement^ element, bool handledEventsToo )
Parameters
- element
- An System.Windows.UIElement on which the tap gestures will be listened.
- handledEventsToo
- Indicates whether tap gestures will be listened despite mouse events were already handled. (It only applies to mouse gestures)