Xamarin.CommunityToolkit by Microsoft

<PackageReference Include="Xamarin.CommunityToolkit" Version="1.2.0-pre2" />

.NET API 342,904 bytes

 ItemTappedEventArgsConverter

Converts/Extracts the incoming value from ItemTappedEventArgs object and returns the value of Item property from it.

public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Converts/Extracts the incoming value from ItemTappedEventArgs object and returns the value of Item property from it.

public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

This method is not implemented and will throw a NotImplementedException.