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: 0x020003B3 RID: 947 // (Invoke) Token: 0x06001921 RID: 6433 [Token(Token = "0x20003B3")] public delegate void SettingChangingEventHandler(object sender, SettingChangingEventArgs e); }