Control.addOnLostFocus

Overview | Methods | Fields | This Package | All Packages

Control.addOnLostFocus

Assigns a delegate to the lostFocus event.

Syntax

public final void addOnLostFocus( EventHandler value )

Parameters

value

The EventHandler delegate to be notified when the event occurs.

Remarks

The lostFocus event occurs when this control loses focus.

See Also   removeOnLostFocus