In the KeyPresss Event-

e.KeyCode - Gives which charecter is pressed AscW(e.KeyCode) gives the Ascii value of Key Pressed

e.Handled =True means the KeyPress event is handled

Read More Articles