tags:

views:

37

answers:

1

Hey Guys, I'm currently building a WPF-Control with MS Blend and when I'm leaving my control and the left-mouse-button is pressed the MouseLeave-Event is not raised. Any idea how this could happen?

Thanks in advance

A: 

When I don't get mouse events I expect I typically use Snoop to help me understand what is happening.

Here are a couple of links:

1- Snoop (a WPF utility)
2- CodePlex project for Snoop

Zamboni