Microsoft SDK for Java

Control.addOnGotFocus

Assigns a delegate to the gotFocus event.

Syntax

public final void addOnGotFocus( EventHandler value )

Parameters

value

The EventHandler delegate to be notified when the event occurs.

Remarks

The gotFocus event occurs when this control gets the focus.

See Also   removeOnGotFocus

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