using System; using Cpp2IlInjected; namespace System.Data { /// Represents the method that will handle the , , , and events of a . /// The source of the event. /// A that contains the event data. // Token: 0x0200002E RID: 46 // (Invoke) Token: 0x06000319 RID: 793 [Token(Token = "0x200002E")] public delegate void DataRowChangeEventHandler(object sender, DataRowChangeEventArgs e); }