ComponentOne OrgChart for UWP
C1.UWP.OrgChart Assembly / C1.Xaml.OrgChart Namespace / C1OrgChart 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