Tiles for WinRT
DoubleTapped Event (C1Tile)

Syntax
'Declaration
 
Public Event DoubleTapped As Windows.UI.Xaml.Input.DoubleTappedEventHandler
public event Windows.UI.Xaml.Input.DoubleTappedEventHandler DoubleTapped
Event Data

The event handler receives an argument of type Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs containing data related to this event. The following DoubleTappedRoutedEventArgs properties provide information specific to this event.

PropertyDescription
HandledGets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again.  
OriginalSource (Inherited from Windows.UI.Xaml.RoutedEventArgs)
PointerDeviceTypeGets the PointerDeviceType for the pointer device that initiated the associated input event.  
See Also

Reference

C1Tile Class
C1Tile Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback