Overview | Methods | This Package | All Packages
Triggers the popup event.
Syntax
protected void onPopup( Event e )
Parameters
e
An Event object that provides the event data.
Remarks
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, removeOnPopup