Is it possible to access the System.Windows.Forms.KeyEventArgs inside of the KeyPress event? I know System.Windows.Forms.KeyPressEventArgs gets passed to the KeyPress event and System.Windows.Forms.KeyEventArgs gets passed to the KeyDown event, but I was wondering if there's anyway to access both in a single function so I don't have to use both the KeyDown and KeyPress to process a key stroke.
Thanks!
Thanks!