wpf-notifyicon icon indicating copy to clipboard operation
wpf-notifyicon copied to clipboard

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

Open TrabacchinLuigi opened this issue 4 years ago • 0 comments

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

TrabacchinLuigi avatar Jun 23 '21 12:06 TrabacchinLuigi