using System;
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: 0x02000327 RID: 807
// (Invoke) Token: 0x06001C75 RID: 7285
public delegate void RefreshEventHandler(RefreshEventArgs e);
}