using System;
using Cpp2IlInjected;
namespace System.Configuration
{
/// Represents the method that will handle the event.
/// The source of the event, typically the settings class.
/// A object that contains the event data.
// Token: 0x020003B1 RID: 945
// (Invoke) Token: 0x06001913 RID: 6419
[Token(Token = "0x20003B1")]
public delegate void SettingsLoadedEventHandler(object sender, SettingsLoadedEventArgs e);
}