DhElement.addOnMouseLeave

Overview | Methods | This Package | All Packages

DhElement.addOnMouseLeave

Assigns a delegate to the mouseLeave event.  

Syntax

final public void addOnMouseLeave ( MouseEventHandler h )

Parameters

h

The MouseEventHandler delegate to be notified when the event occurs. 

Remarks

Not all elements support all events exposed in DhElement.  

See Also   removeOnMouseLeave