ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialMenuItem Class / OnRightTapped Method
A System.Windows.Input.MouseButtonEventArgs that contains the event data.

In This Topic
    OnRightTapped Method (C1RadialMenuItem)
    In This Topic
    Called before the System.Windows.UIElement.MouseRightButtonDown event occurs.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnRightTapped( _
       ByVal e As Windows.UI.Xaml.Input.RightTappedRoutedEventArgs _
    ) 
    protected override void OnRightTapped( 
       Windows.UI.Xaml.Input.RightTappedRoutedEventArgs e
    )

    Parameters

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