InternalConfigEventHandler
Defines a class used by the .NET infrastructure to support configuration events.
namespace System.Configuration.Internal
{
public delegate void InternalConfigEventHandler (object sender, InternalConfigEventArgs e);
}