Click or drag to resize
FormEngineUserControlEventArgs Constructor
Initializes a new instance of the FormEngineUserControlEventArgs class.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
public FormEngineUserControlEventArgs(
	string columnName,
	FormEngineUserControl formControl,
	Object value
)

Parameters

columnName
Type: SystemString
Name of the column
formControl
Type: CMS.FormControlsFormEngineUserControl
The form control
value
Type: SystemObject
The value
See Also