Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1ListViewer Class / OnItemTapped Method
The item that was tapped.
The C1TappedEventArgs instance containing the event data.

In This Topic
    OnItemTapped Method (C1ListViewer)
    In This Topic
    Called when one of the items is tapped.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnItemTapped( _
       ByVal sender As Object, _
       ByVal e As C1TappedEventArgs _
    ) 
    protected virtual void OnItemTapped( 
       object sender,
       C1TappedEventArgs e
    )

    Parameters

    sender
    The item that was tapped.
    e
    The C1TappedEventArgs instance containing the event data.
    See Also