Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

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