Click or drag to resize
ControlRegistrationEventArgs Class
Custom event arguments used for control registration in BasicForm.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    CMS.FormControlsControlRegistrationEventArgs

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
public class ControlRegistrationEventArgs : EventArgs

The ControlRegistrationEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodControlRegistrationEventArgs
Default constructor for event arguments used in control registration process.
Top
Properties
  NameDescription
Public propertyFieldName
Field name for the control.
Public propertyChildControl
Control being registered.
Top
See Also