This documentation is archived and is not being maintained.
ApplicationSettingsBase::SettingsLoaded Event
Visual Studio 2010
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: