public Table2RowChangeEvent(Table2Row row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddTable2Row(Table2Row row) { this.Rows.Add(row); }
public void RemoveTable2Row(Table2Row row) { this.Rows.Remove(row); }
public Table2RowChangeEvent(Table2Row row, DataRowAction action) { this.eventRow = row; this.eventAction = action; }