Assembly: ExtCtrls;
Namespace: Prognoz.Platform.Interop.ExtCtrls;
The IMetabaseListViewItemPopupEventArgs interface contains argument properties of the event occurring on calling the context menu for the component element.
IEventArgs
IMetabaseListViewItemPopupEventArgs
The interface is used in the MetabaseListView.OnGetItemPopup event.
Property name | Brief description | |
Item | The Item property returns a component element for which a context menu is called. | |
PopupMenu | The PopupMenu property determines context menu which will be displayed for the element. |
See also: