Click or drag to resize
ControlRegistrationEventArgs Constructor
Default constructor for event arguments used in control registration process.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public ControlRegistrationEventArgs(
	Control childControl,
	string fieldName
)

Parameters

childControl
Type: System.Web.UIControl
Child control being registered
fieldName
Type: SystemString
Field name for the control
See Also