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

Focus event emitted when this widget becomes the keyboard target.

relatedTarget contains the previously focused widget when one exists.

field.focusGained += lambda(e: FocusEvent): print("focused")