using System; using Cpp2IlInjected; namespace System.ComponentModel { /// Represents the method that will handle the event of an interface. /// The source of the event. /// A that contains the event data. // Token: 0x02000178 RID: 376 // (Invoke) Token: 0x06000972 RID: 2418 [Token(Token = "0x2000178")] public delegate void PropertyChangingEventHandler(object sender, PropertyChangingEventArgs e); }