using System; using Cpp2IlInjected; namespace System.Data { /// Provides data for the , , , and events. // Token: 0x0200002D RID: 45 [Token(Token = "0x200002D")] public class DataRowChangeEventArgs : EventArgs { /// Initializes a new instance of the class. /// The upon which an action is occuring. /// One of the values. // Token: 0x06000317 RID: 791 RVA: 0x0000206A File Offset: 0x0000026A [Token(Token = "0x6000317")] [Address(RVA = "0x52CBE0", Offset = "0x52BBE0", VA = "0x18052CBE0")] public DataRowChangeEventArgs(DataRow row, DataRowAction action) { } } }