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