Creates a new instance of the event data object.

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

Syntax

C#
public XUserSettingsKeyValueEventArgs(
	XUserSettings..::.Key key,
	string name
)

Parameters

key
Type: SGP.XUtility..::.XUserSettings..::.Key
The key of the changed value.
name
Type: System..::.String
The name of the changed value.

See Also