ComponentOne Basic Library for WPF and Silverlight
C1TapHelper Constructor


C1.Silverlight Namespace > C1TapHelper Class : C1TapHelper Constructor
An System.Windows.UIElement on which the tap gestures will be listened.
Indicates whether tap gestures will be listened despite mouse events were already handled. (It only applies to mouse gestures)
Initializes a new instance of the C1TapHelper class.
Syntax
'Declaration
 
Public Function New( _
   ByVal element As System.Windows.UIElement, _
   Optional ByVal handledEventsToo As System.Boolean _
)
'Usage
 
Dim element As System.Windows.UIElement
Dim handledEventsToo As System.Boolean
 
Dim instance As New C1TapHelper(element, handledEventsToo)
public C1TapHelper( 
   System.Windows.UIElement element,
   System.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)
See Also

Reference

C1TapHelper Class
C1TapHelper Members