[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]public SPAutoIdRowChangeEvent(SPAutoIdRow row, global::System.Data.DataRowAction action)
			{
				this.eventRow = row;
				this.eventAction = action;
			}
			[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]public void RemoveSPAutoIdRow(SPAutoIdRow row)
			{
				this.Rows.Remove(row);
			}