using System;
using Cpp2IlInjected;
namespace System.Data
{
/// Represents the method that handles the method.
/// The source of the event.
/// A that contains the event data.
// Token: 0x02000040 RID: 64
// (Invoke) Token: 0x060004BB RID: 1211
[Token(Token = "0x2000040")]
public delegate void DataTableNewRowEventHandler(object sender, DataTableNewRowEventArgs e);
}