Xamarin.Forms.Behaviors icon indicating copy to clipboard operation
Xamarin.Forms.Behaviors copied to clipboard

ItemTappedEventArgs is always coming as null

Open tutugeorge opened this issue 7 years ago • 1 comments

I put ItemTapped as event name and binded to a delegtecommand. <behaviors:EventToCommand EventName="ItemTapped" Command="{Binding Command}" /> But the argument is coming as null. DelegateCommand<ItemTappedEventArgs>(async selected => { //do something }); Here 'selecte' is coming as null. Due to that on event firing, selected item is never obtained from the command.

tutugeorge avatar Feb 23 '17 18:02 tutugeorge

I have this issue too

DamienDoumer avatar Jun 09 '18 12:06 DamienDoumer