﻿<?xml version="1.0" encoding="utf-8"?><Type Name="SettingChangingEventHandler" FullName="System.Configuration.SettingChangingEventHandler"><TypeSignature Language="C#" Value="public delegate void SettingChangingEventHandler(object sender, SettingChangingEventArgs e);" /><TypeSignature Language="ILAsm" Value=".class public auto ansi sealed SettingChangingEventHandler extends System.MulticastDelegate" /><AssemblyInfo><AssemblyName>System</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Delegate</BaseTypeName></Base><Parameters><Parameter Name="sender" Type="System.Object" /><Parameter Name="e" Type="System.Configuration.SettingChangingEventArgs" /></Parameters><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Docs><param name="sender">To be added.</param><param name="e">To be added.</param><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="E:System.Configuration.ApplicationSettingsBase.SettingChanging" /> event occurs before the value of an application settings property is changed, typically through a call to the <see cref="P:System.Configuration.ApplicationSettingsBase.Item(System.String)" /> method. <see cref="E:System.Configuration.ApplicationSettingsBase.SettingChanging" /> can be canceled through the <see cref="T:System.Configuration.SettingChangingEventArgs" /> event data class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents the method that will handle the <see cref="E:System.Configuration.ApplicationSettingsBase.SettingChanging" /> event. </para></summary></Docs></Type>