Skip to content

Setting Callback Event for Notification #163

Answered by HavenDV
bagusnl asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@bagusnl
Comment options

@HavenDV
Comment options

Answer selected by bagusnl
@bagusnl
Comment options

@HavenDV
Comment options

@bagusnl
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants