The TextFieldEventArgs class provides data for the TextControl.TextFieldClicked, TextControl.TextFieldCreated, TextControl.TextFieldDoubleClicked, TextControl.TextFieldDeleted, TextControl.TextFieldChanged, TextControl.TextFieldEntered and TextControl.TextFieldLeft events.

Syntax

public class TextFieldEventArgs: EventArgs
Public Class TextFieldEventArgs
  Inherits EventArgs

Properties

Property Description
TextField Gets an object that represents the text field which causes the event.