Overview | Methods | This Package | All Packages
Removes the delegate that is assigned to the click event.
Syntax
public void removeOnClick( EventHandler value )
Parameters
value
The EventHandler delegate to be removed.
Remarks
The click event occurs when this menu item is clicked by the user, using the mouse or shortcut keys.
See Also addOnClick, onClick