KeyPressed Event

Posted by Asim Sajjad on Stack Overflow See other posts from Stack Overflow or by Asim Sajjad
Published on 2010-04-07T06:45:29Z Indexed on 2010/04/07 6:53 UTC
Read the original article Hit count: 283

Filed under:
|

My Problem is that I want to check if the Arrow up or down key is press then I want to increment or decrement value in the textbox control. I have registered keyup event but I have to release the arrow up key in order to change the value, What I want is if User pressed up arrow key then it will increment the value until user release up arrow key and same for the down arrow key. Any idea?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about c#