I am working on a WPF project, and I am trying to fire an event every time some userControls get active or inactive.
These userControls have many controls inside of them.
I tried to achieve this using the userControl events GotFocus and LostFocus, but this events are not working in the way I need since the userControl lost the focus when I work with controls inside of it.
So, my question is: Is there a way to mantain a userControl as Active while the user works with controls inside of it, and, when the user goes to another userControl this first one gets Inactive???
Hope someone can help me, thank you in advance.


UserControlto lose focus, then Continuing will make it gain focus again, which causes the infinite loop. – Rachel Jun 28 '12 at 19:23