This is the delegate for the Control.Paint event.
public delegate void PaintEventHandler(object sender, PaintEventArgs e);
Multiple types