IMetabaseListViewItemPopupEventArgs

Assembly: ExtCtrls;

Description

The IMetabaseListViewItemPopupEventArgs interface contains argument properties of the event occurring on calling the context menu for the component element.

Inheritance Hierarchy

          IEventArgs

          IMetabaseListViewItemPopupEventArgs

Comments

The interface is used in the MetabaseListView.OnGetItemPopup event.

Properties

  Property name Brief description
Item The Item property returns the component element, for which a context menu is called.
PopupMenu The PopupMenu property determines the context menu, which will be displayed for the element.

See also:

ExtCtrls Assembly Interfaces