ControlRegistrationEventArgs Constructor |
Default constructor for event arguments used in control registration process.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax 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