MenuItem.removeOnPopup

Overview | Methods | This Package | All Packages

MenuItem.removeOnPopup

Removes the delegate that is assigned to the popup event.

Syntax

public void removeOnPopup( EventHandler value )

Parameters

value

The EventHandler delegate to be removed.

Remarks

The popup event occurs when this item is about to be expanded to display its subitems. This event affects only menu items that are submenus.

See Also   addOnPopup, onPopup