How to tell wpf that TAB is pressed?
        Posted  
        
            by RAJ K
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by RAJ K
        
        
        
        Published on 2010-06-13T07:49:17Z
        Indexed on 
            2010/06/13
            7:52 UTC
        
        
        Read the original article
        Hit count: 267
        
wpf
I have wpf application in which I am using "ENTER" key as "TAB & Enter". If data are valid then move to next control.
My problem is that I want to raise TAB event programmatically. Please provide some code.....
© Stack Overflow or respective owner