ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / C1ListView Class / OnItemTapped Method
The item that was tapped.
The C1.WPF.Core.C1TappedEventArgs instance containing the event data.

In This Topic
    OnItemTapped Method (C1ListView)
    In This Topic
    Called when one of the items is tapped.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnItemTapped( _
       ByVal item As ListViewItemView, _
       ByVal e As C1.WPF.Core.C1TappedEventArgs _
    ) 
    protected virtual void OnItemTapped( 
       ListViewItemView item,
       C1.WPF.Core.C1TappedEventArgs e
    )

    Parameters

    item
    The item that was tapped.
    e
    The C1.WPF.Core.C1TappedEventArgs instance containing the event data.
    See Also