Skip to content

Instantly share code, notes, and snippets.

@susairajs
Created November 24, 2019 16:38
<StackLayout.GestureRecognizers>
<TapGestureRecognizer Command="{Binding BindingContext.SelectPersonCommand,Source={x:Reference PersonList}}" CommandParameter="{Binding PersonId}"/>
</StackLayout.GestureRecognizers>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment