Centrally handle the PointerEnteredEvent and PointerExitedEvent events? #17845
Unanswered
xiejiang2014
asked this question in
Q&A
Replies: 1 comment
-
You can do hit detection of children yourself on the Otherwise, you probably need to write an attached behavior for |
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
-
There are many child elements in a Canvas, and I need to centrally handle the PointerEnteredEvent and PointerExitedEvent events of these child elements.
However, I found that the PointerEnteredEvent and PointerExitedEvent events are registered as RoutingStrategies.Direct instead of RoutingStrategies.Bubble
class InputElement:
How should I handle this situation? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions