Example #1
0
 public Table2RowChangeEvent(Table2Row row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Example #2
0
 public void AddTable2Row(Table2Row row)
 {
     this.Rows.Add(row);
 }
Example #3
0
 public void RemoveTable2Row(Table2Row row)
 {
     this.Rows.Remove(row);
 }
Example #4
0
 public Table2RowChangeEvent(Table2Row row, DataRowAction action)
 {
     this.eventRow = row;
     this.eventAction = action;
 }