public ShipPimperItemListRowChangeEvent(ShipPimperItemListRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }
public void AddShipPimperItemListRow(ShipPimperItemListRow row) { this.Rows.Add(row); }
public void RemoveShipPimperItemListRow(ShipPimperItemListRow row) { this.Rows.Remove(row); }