Gets a numeric value representing the acsii character of the key pressed
This is a quick and easy method of determining the Ascii character that would have been produced if this key was typed in a text box.
C# Eg., if ((int) 'a' == e.KeyValue) {}
SdgKeyEventArgs Class | Sdgt Namespace