klyn.gui.windows.Widget.focusLost
event
public event focusLost as FocusEvent
Description

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)