System.Configuration.SettingsLoadedEventHandler Delegate

Represents the method that will handle the ApplicationSettingsBase.SettingsLoaded event.

Syntax

public delegate void SettingsLoadedEventHandler (object sender, SettingsLoadedEventArgs e)

Parameters

sender
Documentation for this section has not yet been entered.
e
Documentation for this section has not yet been entered.

Remarks

The ApplicationSettingsBase.SettingsLoaded event occurs when settings are retrieved from a provider. This event fires once for each provider.

Requirements

Namespace: System.Configuration
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0