Removes the delegate that is assigned to the popup event.
public void removeOnPopup( EventHandler value )
value
The EventHandler delegate to be removed.
The popup event occurs when the context menu is about to be displayed. Typically, you use this event handler to add, remove, enable, or disable items contained in the menu, as appropriate.
See Also addOnPopup, onPopup