This repository has been archived by the owner on May 1, 2024. It is now read-only.
EventToCommandBehavior Label Tapped Event #1313
Unanswered
Galatis-Giuliano
asked this question in
Q&A
Replies: 1 comment
-
I think it does not work because Label has not a "tapped" event. You can use GestureRecognizer to handle it, or TouchEffect from XCT |
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
-
I have been trying to use the EventToCommandBehavior functionality on the tapped event of a label but I'm not sure how to proceed. Label.Behaviors does not contain the tapped event instead it is in Label.GestureRecognizers. Would EventToCommandBehavior still work in this case?
Beta Was this translation helpful? Give feedback.
All reactions