Occurs when the current input position has left a text field. The event handler receives an argument of type TextFieldEventArgs containing data related to this event.

Introduced: X13.

Syntax

public event TextFieldEventHandler TextFieldLeft;
Public Event TextFieldLeft As TextFieldEventHandler