Click or drag to resize

ConfigurationNotificationConfigurationNotificationArgs Constructor (String, String)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Configuration
Assembly:  Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntax
public ConfigurationNotificationArgs(
	string key,
	string newValue
)

Parameters

key
Type: SystemString
key of Configuration.
newValue
Type: SystemString
Value from Configuration before operation.
See Also