Overview | Methods | Fields | This Package | All Packages
Assigns a delegate to the mouseUp event.
Syntax
public final void addOnMouseUp( 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 mouseUp event to that method in the Properties window. The mouseUp event occurs when the user releases a mouse button inside the control.
See Also removeOnMouseUp