using System; using Cpp2IlInjected; namespace System.ComponentModel { /// Represents the method that will handle the event of the class. This class cannot be inherited. /// The source of the event. /// A that contains the event data. // Token: 0x02000170 RID: 368 // (Invoke) Token: 0x06000950 RID: 2384 [Token(Token = "0x2000170")] public delegate void ProgressChangedEventHandler(object sender, ProgressChangedEventArgs e); }