Sub OnDimTreePopup(Sender: Object; Args: IMetaAttributesBreadcrumbDimTreePopupEventArgs);
Begin
//set of operators;
End Sub OnDimTreePopup;
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnDimTreePopup event occurs on opening context menu of the drop-down list of the MetaAttributesBreadcrumb component.
The event use is given in the example for IMetaAttributesBreadcrumbDimTreePopupEventArgs.PopupMenu.
See also: