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