-
How to handle mouse events, left or right button down/up/click, mouse enter, mouse leave etc. Many thanks in advance. Cheers |
Beta Was this translation helpful? Give feedback.
Answered by
canton7
Dec 4, 2021
Replies: 1 comment 1 reply
-
Use the normal WPF events. You can attach actions to these, e.g. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kezara
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the normal WPF events. You can attach actions to these, e.g.
MouseEnter="{s:Action ...}"