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