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: 0x0200003D RID: 61
// (Invoke) Token: 0x06000494 RID: 1172
[Token(Token = "0x200003D")]
public delegate void DataTableClearEventHandler(object sender, DataTableClearEventArgs e);
}