using System;
using Cpp2IlInjected;
namespace System.Data
{
/// Represents the method that will handle the event.
/// The source of the event.
/// A that contains the event data.
// Token: 0x02000014 RID: 20
// (Invoke) Token: 0x060000FB RID: 251
[Token(Token = "0x2000014")]
public delegate void DataColumnChangeEventHandler(object sender, DataColumnChangeEventArgs e);
}