Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binding problem #73

Open
MBrekhof opened this issue Jan 13, 2019 · 0 comments
Open

Binding problem #73

MBrekhof opened this issue Jan 13, 2019 · 0 comments

Comments

@MBrekhof
Copy link

MBrekhof commented Jan 13, 2019

Code in the xaml page:

<Image Source="button_help.png">
<Image.GestureRecognizers>
<TapGestureRecognizer Tapped="SalarisHelpTapped" CommandParameter="{Binding .}" />
</Image.GestureRecognizers>
</Image>

on reloading (saving the page) after a change in the page I get this error: Xamarin.Forms.Xaml.XamlParseException has been thrown. Position 1:1907. Method SalarisHelpTapped does not have the correct signature.

screen shot 2019-01-11 at 13 56 14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant