Overview | Methods | Fields | This Package | All Packages
Assigns a delegate to the doubleClick event.
Syntax
public final void addOnDoubleClick( 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 doubleClick event to that method in the Properties window. The doubleClick event occurs when the user double-clicks the control.
See Also removeOnDoubleClick