public void RemoveSerializedTest_ObjectData_widthRow(SerializedTest_ObjectData_widthRow row) {
     this.Rows.Remove(row);
 }
 public SerializedTest_ObjectData_widthRowChangeEvent(SerializedTest_ObjectData_widthRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void AddSerializedTest_ObjectData_widthRow(SerializedTest_ObjectData_widthRow row) {
     this.Rows.Add(row);
 }