
Occurs when the current input position has been moved to a position that belongs to a text field. The event handler receives an argument of type TextFieldEventArgs containing data related to this event.
[C#]
public event TextFieldEventHandler TextFieldEntered;
[Visual Basic]
Public Event TextFieldEntered As TextFieldEventHandler