The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ApplicationSettingsBase::SettingsLoaded Event
.NET Framework (current version)
Occurs after the application settings are retrieved from storage.
Assembly: System (in System.dll)
The SettingsLoaded event occurs only after the initial get access of the first configuration property used, typically through the Item method. Subsequent accesses use values for the settings property that are cached locally. The Reset and Reload methods will clear all cached values so this event will be raised again upon subsequent property access.
.NET Framework
Available since 2.0
Available since 2.0
Show: