hardcodet / wpf-notifyicon

NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform
Other
810 stars 125 forks source link

The event "TrayMiddleMouseUp" error: TrayLeftMouseUp event was raised #104

Open jesse51076008 opened 1 year ago

jesse51076008 commented 1 year ago

code: <tb:TaskbarIcon IconSource="/App.ico" TrayLeftMouseUp="taskbarIcon_TrayLeftMouseUp" TrayMiddleMouseUp="taskbarIcon_TrayMiddleMouseUp"> </tb:TaskbarIcon>

When I click middle button on tray icon, "TrayLeftMouseUp" event was raised