MetaAttributesBreadcrumb.OnDimTreePopup

Syntax

OnDimTreePopup(Sender: Object; Args: IMetaAttributesBreadcrumbDimTreePopupEventArgs);

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