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: 0x02000174 RID: 372 // (Invoke) Token: 0x0600095C RID: 2396 [Token(Token = "0x2000174")] public delegate void PropertyChangingEventHandler(object sender, PropertyChangingEventArgs e); }