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: 0x02000186 RID: 390
// (Invoke) Token: 0x06000A5C RID: 2652
[Token(Token = "0x2000186")]
public delegate void RefreshEventHandler(RefreshEventArgs e);
}