ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1TileBase Class / OnRightTapped Method

In This Topic
    OnRightTapped Method (C1TileBase)
    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