0

I have a StackPanel with MouseLeave events. I have run into an issue where MouseLeave events are not occurring for this StackPanel when elements are being dragged from this stack panel to other outside elements.

How can I have the MouseLeave event detected when Dragging?

Thank you.

4

1 に答える 1

0

イベントが目的を達成するかどうかを確認しDragLeaveます。

http://msdn.microsoft.com/en-us/library/system.windows.uielement.dragleave(VS.95).aspx

于 2010-08-02T19:37:41.030 に答える