ApplicationSettingsBase.SettingsLoaded Event
.NET Framework 3.0
Occurs after the application settings are retrieved from storage.
Namespace: System.Configuration
Assembly: System (in system.dll)
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 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.