Replies: 1 comment
-
Gestures.Double Tapped does not support ICommand only EventHandler To Map Event to Command you can use https://github.com/wieslawsoltes/AvaloniaBehaviors |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I have created a issue but I think it is more suitable to post my question here.
Link to my issue : #5721
I'm currently working on a Avalonia application and I have some problem
I try to bind a function on Gestures.DoubleTapped event but an error occured.
Here my code :
And the error is :

I have searched here in the doc : https://avaloniaui.net/docs/input/events#attached-events-in-avalonia, but I didn't find how to fix the error.
Have a good day :)
Beta Was this translation helpful? Give feedback.
All reactions