using System;
namespace System.ComponentModel
{
/// Represents the method that handles the event raised when adding elements to or removing elements from a collection.
/// The source of the event.
/// A that contains the event data.
// Token: 0x02000322 RID: 802
// (Invoke) Token: 0x06001C61 RID: 7265
public delegate void CollectionChangeEventHandler(object sender, CollectionChangeEventArgs e);
}