This is a delegate for events that use the CancelEventArgs class.
public delegate void CancelEventHandler(object sender, CancelEventArgs e);
Multiple types