Click or drag to resize

ConfigurationDataSetAppSettingsRowChangeEventHandler Delegate

[Missing <summary> documentation for "T:Cadcorp.Configuration.ConfigurationDataSet.AppSettingsRowChangeEventHandler"]

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public delegate void AppSettingsRowChangeEventHandler(
	Object sender,
	ConfigurationDataSetAppSettingsRowChangeEvent e
)

Parameters

sender
Type: SystemObject
e
Type: Cadcorp.ConfigurationConfigurationDataSetAppSettingsRowChangeEvent
See Also