public void AddCCListRow(CCListRow row) { this.Rows.Add(row); }
public void RemoveCCListRow(CCListRow row) { this.Rows.Remove(row); }
public CCListRowChangeEvent(CCListRow row, global::System.Data.DataRowAction action) { this.eventRow = row; this.eventAction = action; }