using System; using Cpp2IlInjected; namespace System.ComponentModel { /// Represents the method that handles the event raised when a or component is changed during design time. /// A that contains the component or that changed. // Token: 0x02000182 RID: 386 // (Invoke) Token: 0x06000A46 RID: 2630 [Token(Token = "0x2000182")] public delegate void RefreshEventHandler(RefreshEventArgs e); }