using System;
using Cpp2IlInjected;
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: 0x020000F9 RID: 249
// (Invoke) Token: 0x06000617 RID: 1559
[Token(Token = "0x20000F9")]
public delegate void CollectionChangeEventHandler(object sender, CollectionChangeEventArgs e);
}