ClientSettingsProvider::SettingsSaved Event
.NET Framework (current version)
Occurs after the settings provider attempts to save the property values to the Web settings service.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
This event occurs after the settings provider accesses the settings service, even if the settings were not successfully saved. One reason that the provider might fail to save the settings is if the current user has been logged out. You can use the SettingsSavedEventArgs::FailedSettingsList property to determine whether any settings were not successfully saved.
This event does not occur if the settings provider cannot access the settings service, which instead causes the provider to throw a WebException.
.NET Framework
Available since 3.5
Available since 3.5
Show: