using System;
using System.Runtime.InteropServices;
namespace System.ComponentModel.Design
{
/// Represents the method that will handle a event.
/// The source of the event.
/// A event that contains the event data.
// Token: 0x0200031C RID: 796
// (Invoke) Token: 0x06001C49 RID: 7241
[ComVisible(true)]
public delegate void ComponentChangingEventHandler(object sender, ComponentChangingEventArgs e);
}