Is it possible to handle double clicked event in a console program? #51
Answered
by
HavenDV
JasonWei512
asked this question in
Q&A
-
First of all, thank you for creating this great library! |
Beta Was this translation helpful? Give feedback.
Answered by
HavenDV
Nov 17, 2022
Replies: 1 comment
-
At the moment there is no easy way, you can do this:
OnMouseEvent: I will also accept PR if you add the events you want to the TrayIcon class directly |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JasonWei512
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment there is no easy way, you can do this:
OnMouseEvent:
https://github.com/HavenDV/H.NotifyIcon/blob/master/src/libs/H.NotifyIcon.Shared/TaskbarIcon.MouseEvents.cs#L68-L116
I will also accept PR if you add the events you want to the TrayIcon class directly