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