using System;
using System.Runtime.InteropServices;
namespace System.ComponentModel.Design
{
/// Represents the method that will handle a event.
/// The source of the event.
/// A that contains the event data.
// Token: 0x0200031B RID: 795
// (Invoke) Token: 0x06001C45 RID: 7237
[ComVisible(true)]
public delegate void ComponentChangedEventHandler(object sender, ComponentChangedEventArgs e);
}