Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.