.NET Windows Forms in a Nutshell
This is the delegate for the Control.KeyDown and Control.KeyUp events. public delegate void KeyEventHandler (object sender , KeyEventArgs e ); Associated Events
Multiple types |
This is the delegate for the Control.KeyDown and Control.KeyUp events. public delegate void KeyEventHandler (object sender , KeyEventArgs e ); Associated Events
Multiple types |