Packageevents
Classpublic class DockItemMenuOpening
InheritanceDockItemMenuOpening Inheritance Event

Dispatched when a dock item context menu is about to be displayed



Public Properties
 PropertyDefined by
  dockItem : DockItem
The dock item.
DockItemMenuOpening
  menu : Menu
The menu that is about to be displayed.
DockItemMenuOpening
 Inheritedsender : Object
The object that has dispatched the event
Event
Property detail
dockItemproperty
public var dockItem:DockItem

The dock item.

menuproperty 
public var menu:Menu

The menu that is about to be displayed. You can append additional items to it.