What is the difference between the Control.Enter and Control.GotFocus events?
        Posted  
        
            by jameswelle
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jameswelle
        
        
        
        Published on 2010-04-23T21:22:05Z
        Indexed on 
            2010/04/23
            21:23 UTC
        
        
        Read the original article
        Hit count: 259
        
This may be a basic question, but I have to admit I've never truly understood what the difference between the Control.Enter and Control.GotFocus events is.
http://msdn.microsoft.com/en-us/library/system.windows.forms.control.enter.aspx http://msdn.microsoft.com/en-us/library/system.windows.forms.control.gotfocus.aspx
Is it a differentiation between capturing keyboard or mouse input or something else?
© Stack Overflow or respective owner