MetabaseTreeCombo.OnGetElementPopup

Syntax

Sub OnGetElementPopup(Sender: Object; Args: IMetabaseTreeListNodePopupEventArgs);

Begin

//set of operators;

End Sub OnGetElementPopup;

Parameters

Sender. Parameter returning the component that has generated the event.

Args. Parameter allowing to determine event parameters.

Description

The OnGetElementPopup event occurs on opening the context menu for a tree element.

Comments

The PopupMenu property of event argument determines which context menu is activated for the element.

See also:

MetabaseTreeCombo