Assigns a delegate to the move event.
public final void addOnMove( EventHandler value )
value
The EventHandler delegate to be notified when the event occurs.
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