Removes the delegate that is assigned to the click event.
public void removeOnClick( EventHandler value )
value
The EventHandler delegate to be removed.
The click event occurs when this menu item is clicked by the user, using the mouse or shortcut keys.
See Also addOnClick, onClick