﻿<?xml version="1.0" encoding="utf-8"?><Type Name="SettingsSavingEventHandler" FullName="System.Configuration.SettingsSavingEventHandler"><TypeSignature Language="C#" Value="public delegate void SettingsSavingEventHandler(object sender, CancelEventArgs e);" /><TypeSignature Language="ILAsm" Value=".class public auto ansi sealed SettingsSavingEventHandler 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.ComponentModel.CancelEventArgs" /></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.SettingsSaving" /> event occurs just before a group of application settings are persisted, typically during the execution of the <see cref="M:System.Configuration.ApplicationSettingsBase.Save" /> method of a wrapper class derived from <see cref="T:System.Configuration.ApplicationSettingsBase" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents the method that will handle the <see cref="E:System.Configuration.ApplicationSettingsBase.SettingsSaving" /> event. </para></summary></Docs></Type>