Reputation: 887
There is situation - one UI element gets focus. How to determine which element has lost its focus before that?
Upvotes: 0
Views: 293
Reputation: 7123
I believe there is no easy way. You will have to listen to the involved UIElements LostFocus Event.
Upvotes: 3