Click or drag to resize

UserInterfaceTextBox Events

The UserInterfaceTextBox type exposes the following members.

Events
  NameDescription
Public eventEditCanceled
Event triggered when Escape puts back the text the box started with
Public eventKeyboardFocusChanged
Event triggered when the box gains or loses keyboard focus
Public eventTextChanged
Event triggered every time the text changes, once per keystroke
Public eventTextCommitted
Event triggered when what was typed is committed, by Enter or by the box losing focus with the text changed
Top
See Also