MetaAttributesBreadcrumb.OnDimTreePopup

Syntax

Sub OnDimTreePopup(Sender: Object; Args: IMetaAttributesBreadcrumbDimTreePopupEventArgs);
Begin

//set of operators;

End Sub OnDimTreePopup;

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnDimTreePopup event occurs on opening context menu of the drop-down list of the MetaAttributesBreadcrumb component.

Example

The event use is given in the example for IMetaAttributesBreadcrumbDimTreePopupEventArgs.PopupMenu.

See also:

MetaAttributesBreadcrumb