This is the delegate for the Control.KeyDown and Control.KeyUp events.
public delegate void KeyEventHandler(object sender, KeyEventArgs e);
Multiple types