Share via


ItemTappedEventArgsConverter Class

Definition

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

public class ItemTappedEventArgsConverter : Xamarin.CommunityToolkit.Extensions.Internals.ValueConverterExtension, Xamarin.Forms.IValueConverter
Inheritance
System.Object
ItemTappedEventArgsConverter
Implements

Constructors

ItemTappedEventArgsConverter()

Methods

Convert(Object, Type, Object, CultureInfo)

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

ConvertBack(Object, Type, Object, CultureInfo)

This method is not implemented and will throw a System.NotImplementedException.

ProvideValue(IServiceProvider) (Inherited from ValueConverterExtension)

Explicit Interface Implementations

IMarkupExtension.ProvideValue(IServiceProvider) (Inherited from ValueConverterExtension)

Applies to