ComponentOne FinancialChart for WPF
C1TapHelper Constructor(UIElement,Boolean)



C1.WPF Namespace > C1TapHelper Class > C1TapHelper Constructor : C1TapHelper Constructor(UIElement,Boolean)
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 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)
See Also

Reference

C1TapHelper Class
C1TapHelper Members
Overload List