System.Configuration.SettingsLoadedEventHandler
Represents the method that will handle the SettingsLoaded event.
namespace System.Configuration
{
public delegate void SettingsLoadedEventHandler (object sender, SettingsLoadedEventArgs e);
}