Assigns a delegate to the mouseDown event.
public final void addOnMouseDown( MouseEventHandler value )
value
The MouseEventHandler delegate to be notified when the event occurs.
Passing an event handler as a parameter to this method is equivalent to setting the mouseDown event to that method in the Properties window. The mouseDown event occurs when the user presses down the mouse button over this control.
See Also removeOnMouseDown