Click or drag to resize
UIElementTapped Event
Occurs when an otherwise unhandled Tap interaction occurs over the hit test area of this element.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public event TappedEventHandler Tapped

Value

Type: Windows.UI.Xaml.InputTappedEventHandler
See Also