[]
        
(Showing Draft Content)

C1.WPF.ListView.C1ListView.OnItemTapped

OnItemTapped Method

OnItemTapped(ListViewItemView, C1TappedEventArgs)

Called when one of the items is tapped.

Declaration
protected virtual void OnItemTapped(ListViewItemView item, C1TappedEventArgs e)
Parameters
Type Name Description
ListViewItemView item

The item that was tapped.

C1TappedEventArgs e

The C1.WPF.Core.C1TappedEventArgs instance containing the event data.