Is there a global focus change event? I would like to be notified every time FocusManager.GetFocusedElement changes.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can attach
GotFocusandLostFocusevent handlers on the root visual of your application (a page). Since these events are routed events they will bubble up the elements tree to the root every time focus changes inside your page.