DateTimeEditors for WinRT
C1TapHelper Constructor

An Windows.UI.Xaml.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 Windows.UI.Xaml.UIElement, _
   Optional ByVal handledEventsToo As System.Boolean _
)
public C1TapHelper( 
   Windows.UI.Xaml.UIElement element,
   System.bool handledEventsToo
)

Parameters

element
An Windows.UI.Xaml.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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback