ComponentOne Gauge for UWP
RightTapped Event (C1RadialGauge)

C1.UWP.Gauge Assembly > C1.Xaml.Gauge Namespace > C1RadialGauge Class : RightTapped Event
Syntax
'Declaration
 
Public Event RightTapped As Windows.UI.Xaml.Input.RightTappedEventHandler
public event Windows.UI.Xaml.Input.RightTappedEventHandler RightTapped
Event Data

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

PropertyDescription
 
(Inherited from Windows.UI.Xaml.RoutedEventArgs)
 
See Also