using System; using System.ComponentModel; using Cpp2IlInjected; namespace System.Configuration { /// Represents the method that will handle the event. /// The source of the event, typically a data container or data-bound collection. /// A that contains the event data. // Token: 0x020003B3 RID: 947 // (Invoke) Token: 0x06001919 RID: 6425 [Token(Token = "0x20003B3")] public delegate void SettingsSavingEventHandler(object sender, CancelEventArgs e); }