-
Notifications
You must be signed in to change notification settings - Fork 150
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
Is it possible to check the mouse click event? #114
Comments
I was trying to do something that using a click event likely would have made easier. The solution I ended up using was to hook in to the |
Having exactly the same issue. When everything is doing in a MVVM way it works fine - but when we want to listen to events there is no event to listen to!😂 @StellarWitch7 Dumb question - how do you hook into the |
I'm fairly certain I do it here: https://github.com/StellarWitch7/The-Evergreen-Project/blob/main/Evergreen.App%2FMainWindow.xaml.cs It should give you the last selected node or null if there's none. |
Hi all.
I have read the documentation from here.
I think this library is really attractive.
But I have a question, is it possible to check the mouse click event?
For example, whether can know the selected node by left-click or double-click.
Thank you :)
The text was updated successfully, but these errors were encountered: