-
Beta Was this translation helpful? Give feedback.
Answered by
HavenDV
Aug 16, 2023
Replies: 2 comments
-
TaskbarIcon.TrayBalloonTipShown/TrayBalloonTipClosed/TrayBalloonTipClicked routed events. It may not be available on some platforms |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
c0debeef
-
It's a pity that it can't bind a command directly. <i:Interaction.Triggers>
<i:EventTrigger SourceName="xTray" EventName="TrayBalloonTipClicked" >
<i:InvokeCommandAction Command="{Binding ShowMainWindowCommand}"/>
</i:EventTrigger>
</i:Interaction.Triggers> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TaskbarIcon.TrayBalloonTipShown/TrayBalloonTipClosed/TrayBalloonTipClicked routed events. It may not be available on some platforms