​
​
​

The FormFieldEventArgs class provides data for the TextControl.FormFieldSettingsChanged event, which occurs, when the name, the id and/or formatting attributes of a form field have been changed.

Syntax

​public class FormFieldEventArgs: EventArgs
​Public Class FormFieldEventArgs
  Inherits EventArgs

​ Introduced: 31.0.

Properties

Property Description
FormField Gets an object that represents the form field which causes the event.
​