Microsoft SDK for Java

Control.addOnMove

Assigns a delegate to the move event.

Syntax

public final void addOnMove( EventHandler value )

Parameters

value

The EventHandler delegate to be notified when the event occurs.

Remarks

Passing an event handler as a parameter to this method is equivalent to setting the move event to that method in the Properties window. The move event occurs when the position of the control has changed.

See Also   removeOnMove

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