The TextFormFieldEventArgs class provides data for the TextControl.FormFieldTextChanged event.

Syntax

public class TextFormFieldEventArgs: EventArgs
Public Class TextFormFieldEventArgs
  Inherits EventArgs

Introduced: X18.

Properties

Property Description
TextFormField Gets an object representing the TextFormField that causes the event.