public void AddDestListRow(DestListRow row) { this.Rows.Add(row); }
public void RemoveDestListRow(DestListRow row) { this.Rows.Remove(row); }
public DestListRowChangeEvent(DestListRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }