using System;
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: 0x02000324 RID: 804
// (Invoke) Token: 0x06001C69 RID: 7273
public delegate void ListChangedEventHandler(object sender, ListChangedEventArgs e);
}