MenuItem.addOnPopup

Overview | Methods | This Package | All Packages

MenuItem.addOnPopup

Assigns a delegate to the popup event.

Syntax

public void addOnPopup( EventHandler value )

Parameters

value

The EventHandler delegate to be notified when the event occurs. 

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.