Information
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.

SettingsLoadedEventHandler Delegate

 

Represents the method that will handle the SettingsLoaded event.

Namespace:   System.Configuration
Assembly:  System (in System.dll)

public delegate void SettingsLoadedEventHandler(
	Object^ sender,
	SettingsLoadedEventArgs^ e
)

Parameters

sender
Type: System::Object^

The source of the event, typically the settings class.

e
Type: System.Configuration::SettingsLoadedEventArgs^

A SettingsLoadedEventArgs object that contains the event data.

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

.NET Framework
Available since 2.0
Return to top
Show: