The delegate to deal with changes in the settings.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public delegate void XUserSettingsKeyValueEventHandler(
	Object sender,
	XUserSettingsKeyValueEventArgs e
)

Parameters

sender
Type: System..::.Object
The source of the event.
e
Type: SGP.XUtility..::.XUserSettingsKeyValueEventArgs
A XUserSettingsKeyValueEventArgs that contains the event data.

See Also