C# detect when form becomes unfocused?
Posted
by Digiku
on Stack Overflow
See other posts from Stack Overflow
or by Digiku
Published on 2010-05-09T17:17:28Z
Indexed on
2010/05/09
17:18 UTC
Read the original article
Hit count: 179
Is there a winforms event that fires when the user switches from a form to another window? I.e. Not through minimizing, but just by clicking on another window. How can I detect when the form becomes inactive? Thanks!
© Stack Overflow or respective owner