public void RemoveChecklistRulesAddNewRow(ChecklistRulesAddNewRow row) {
     this.Rows.Remove(row);
 }
 public ChecklistRulesAddNewRowChangeEvent(ChecklistRulesAddNewRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddChecklistRulesAddNewRow(ChecklistRulesAddNewRow row) {
     this.Rows.Add(row);
 }