-
Hi! I want to know how one can call a function when notification is clicked by the user. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
HavenDV
Aug 18, 2024
Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What platform are you on? This is only available for WPF. There is no such thing as RoutedEvents in WinUI. I thought about adding regular events to replace RoutedEvents for the WinUI platform for DependencyPropertyGenerator, but never got around to it.
You can still access this from WinUI using the TaskbarIcon.TrayIcon.MessageWindow events, I made this available in the latest version.
You need MouseEventReceived and BalloonToolTipChanged events