ComponentOne BarCode for UWP
C1.Xaml.BarCode Namespace / C1BarCode Class / OnRightTapped Method

In This Topic
    OnRightTapped Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnRightTapped( _
       ByVal e As Windows.UI.Xaml.Input.RightTappedRoutedEventArgs _
    ) 
    protected virtual void OnRightTapped( 
       Windows.UI.Xaml.Input.RightTappedRoutedEventArgs e
    )

    Parameters

    e
    See Also