using System; using Cpp2IlInjected; namespace System.Configuration { /// Represents the method that will handle the event. /// The source of the event, typically an application settings wrapper class derived from the class. /// A containing the data for the event. // Token: 0x020003AF RID: 943 // (Invoke) Token: 0x0600190A RID: 6410 [Token(Token = "0x20003AF")] public delegate void SettingChangingEventHandler(object sender, SettingChangingEventArgs e); }