Control.addOnMouseMove

Overview | Methods | Fields | This Package | All Packages

Control.addOnMouseMove

Assigns a delegate to the mouseMove event.

Syntax

public final void addOnMouseMove( MouseEventHandler value )

Parameters

value

The MouseEventHandler delegate to be notified when the event occurs.

Remarks

Passing an event handler as a parameter to this method is equivalent to setting the mouseMove event to that method in the Properties window. The mouseMove event occurs when the user moves the mouse over this control.

See Also   removeOnMouseMove