ControlRegistrationEventArgs Constructor |
Default constructor for event arguments used in control registration process.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.0.0
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