Click or drag to resize
AbstractBasicFormOnGetControlValue Event
Occurs when a value is being extracted from a form control.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public event EventHandler<FormEngineUserControlEventArgs> OnGetControlValue

Value

Type: SystemEventHandlerFormEngineUserControlEventArgs
See Also