Click or drag to resize
FormEngineUserControlEventArgs Properties

The FormEngineUserControlEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyColumnName
Gets the name of the column (field) this form control works with.
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyFormControl
Gets the form control.
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyValue
Gets or sets the value of a form control.
Top
See Also