I've had my fair share of XAML experience, but recently I noticed that most of my colleagues use PreviewMouseMove insead of MouseMove event. I've always used MouseMove and it has served me well, but I can't help but ask when should I use PreviewMouseMove and when MouseMove. What's the difference, what pros and cons do each have, etc...?
PreviewMouseMove is a Tunneling event that is event start from parent container to child and MouseMove is a Bubble event that is it move from child element to parent cotainer. for more detail see this
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With