using System;
using Cpp2IlInjected;
namespace System.ComponentModel
{
/// Represents the method that will handle the event of the class.
/// The source of the event.
/// A that contains the event data.
// Token: 0x0200015B RID: 347
// (Invoke) Token: 0x06000858 RID: 2136
[Token(Token = "0x200015B")]
public delegate void ListChangedEventHandler(object sender, ListChangedEventArgs e);
}