Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

Control.addOnMouseEnter

Assigns a delegate to the mouseEnter event.

Syntax

public final void addOnMouseEnter( 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 mouseEnter event to that method in the Properties window. The mouseEnter event occurs when the mouse first moves over this control.

See Also   removeOnMouseEnter