ItemTapped Property
ItemTapped
Gets or sets the callback that will be called when an item is tapped.
Declaration
[Parameter]
public EventHandler<ListViewInputEventArgs> ItemTapped { get; set; }
<Parameter>
Public Property ItemTapped As EventHandler(Of ListViewInputEventArgs)