This is the delegate for the Control.KeyPress event.
public delegate void KeyPressEventHandler(object sender, KeyPressEventArgs e);
Multiple types