question about windows controls changed event
        Posted  
        
            by Mike
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mike
        
        
        
        Published on 2010-03-25T13:36:49Z
        Indexed on 
            2010/03/25
            14:13 UTC
        
        
        Read the original article
        Hit count: 182
        
winforms
I have several controls on my form and on changed event the logic entity properties are changed. Is it possible not to implement changed event for every control,but do it in one place and update my logic entity when user is making changes on the form?
© Stack Overflow or respective owner