
Never seen that anywhere and there is really nothing special about this funcion.
That black declaration shown is defined as:
public delegate void ConfigurationChangedEventHandler(ConfigurationEventArgs e);


Testing around a bit:
public delegate void Simple(EventArgs e);

Delegates are black, no matter where I declare them.