hardcodet / wpf-notifyicon

NotifyIcon (aka system tray icon or taskbar icon) for the WPF platform
MIT License
830 stars 130 forks source link

UIElement events such as MouseMove, MouseEnter, MouseLeave, etc aren't raised #59

Open TrabacchinLuigi opened 3 years ago

TrabacchinLuigi commented 3 years ago

since the traybar icon is inheritting from FrameworkElement->UIElement i expected to be able to use Microsoft behaviours to use event triggers to invoke a command, but i found out that those events aren't raised, also it won't work with events that are specific of the control