Occurs when the name, the id and/or formatting attributes of a CheckFormField, TextFormField, SelectionFormField or DateFormField have been changed. The event handler receives an argument of the type FormFieldEventArgs containing data related to this event.

Introduced: 31.0.

Syntax

public event FormFieldEventHandler FormFieldSettingsChanged;
Public Event FormFieldSettingsChanged As FormFieldEventHandler