public DataValuesRowChangeEvent(DataValuesRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddDataValuesRow(DataValuesRow row) { this.Rows.Add(row); }
public void RemoveDataValuesRow(DataValuesRow row) { this.Rows.Remove(row); }