klyn.gui.events.FocusEvent.FocusEvent
constructor
public FocusEvent(source as Object, relatedTarget as Object = null):
Description

Creates a focus transition payload.

Parameters
ParameterDescription
sourceWidget gaining or losing focus.
relatedTargetWidget at the other end of the transition, or null.
Example
event = FocusEvent(field, nextField)