Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1RadialColorItem Class / OnRightTapped Method
A System.Windows.Input.MouseButtonEventArgs that contains the event data.

In This Topic
    OnRightTapped Method (C1RadialColorItem)
    In This Topic
    Called before the System.Windows.UIElement.MouseRightButtonDown event occurs.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnRightTapped( _
       ByVal e As RightTappedRoutedEventArgs _
    ) 
    protected virtual void OnRightTapped( 
       RightTappedRoutedEventArgs e
    )

    Parameters

    e
    A System.Windows.Input.MouseButtonEventArgs that contains the event data.
    See Also