Reputation: 1380
My question is why mouse events aren't raised on window when I drag some text using drag and drop from another window?
I have a window where I listen to MouseEnter
event which is not raised when I try to drag and drop something into it.
How to figure this one out?
Upvotes: 1
Views: 1185
Reputation: 30830
This is a known issue:
Drag and Drop in WPF not working for DataFormats.FileDrop
C# Drag drop does not work on windows 7
Upvotes: 1