Basic Library for WPF and Silverlight | ComponentOne
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)

In This Topic
    C1TapHelper Constructor
    In This Topic
    Initializes a new instance of the C1TapHelper class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal element As UIElement, _
       Optional ByVal handledEventsToo As Boolean _
    )
    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