Occurs when the text of a TextFormField has been changed. The event handler receives an argument of type TextFormFieldEventArgs containing data related to this event. The event occurs only when the text has been changed through typing or deleting text with the keyboard and after the text input position has left the field.

Introduced: X18.

Syntax

public event TextFormFieldEventHandler FormFieldTextChanged;
Public Event FormFieldTextChanged As TextFormFieldEventHandler