Click or drag to resize
UIElementOnTapped Method
Raises the Tapped event

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
protected virtual void OnTapped(
	TappedRoutedEventArgs eventArgs
)

Parameters

eventArgs
Type: Windows.UI.Xaml.InputTappedRoutedEventArgs
The arguments for the event.
See Also