Control.removeOnClick

Overview | Methods | Fields | This Package | All Packages

Control.removeOnClick

Removes the delegate that is assigned to the click event.

Syntax

public void removeOnClick( EventHandler value )

Parameters

value

The EventHandler delegate to be removed.

See Also   addOnClick