public event focusLost as FocusEvent
Focus event emitted when this widget stops being the keyboard target.
This event is also emitted when the user clicks a non-focusable area, in which case relatedTarget is null.
field.focusLost += lambda(e: FocusEvent): validate(field.text)