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

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.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