public FocusEvent(source as Object, relatedTarget as Object = null):
Creates a focus transition payload.
| Parameter | Description |
|---|---|
source | Widget gaining or losing focus. |
relatedTarget | Widget at the other end of the transition, or null. |
event = FocusEvent(field, nextField)