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

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public FormEngineUserControlEventArgs(
	string columnName,
	FormEngineUserControl formControl,
	Object value
)

Parameters

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