The event handler receives an argument of type Windows.UI.Xaml.Input.TappedRoutedEventArgs containing data related to this event. The following TappedRoutedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Handled | Gets 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) |
PointerDeviceType | Gets the PointerDeviceType for the pointer device that initiated the associated input event. |