How do I get the Key, one had pressed using PreviewKeyDownEvent. Yes there is KeyEventArgs which returns the Key which is pressed. But the problem I am facing is, I am not able to differentiate smaller and lower case characters
I need to check if the person had pressed a or A or anyother characters differentiating with cases
Thanks