MetaAttributesBreadcrumb.OnDimTreePopup

Fore Syntax

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

//set of operators;

End Sub OnDimTreePopup;

Fore.NET Syntax

None;

Parameters

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

The Args parameter allows to determine event parameters.

Description

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

Comments

NOTE. This event is not implemented in the Fore.NET language because the PopupMenu component is missing in the development environment for this language.

Fore Example

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

See also:

MetaAttributesBreadcrumb