MetaAttributesBreadcrumb.OnDropDown

Fore Syntax

Sub OnDropDown(Sender: Object; Args: IBreadcrumbItemEventArgs);

Begin

//set of operators;

End Sub OnDropDown;

Fore.NET Syntax

None;

Parameters

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

The Args parameter determines event parameters.

Description

The OnDropDown event occurs on expanding element list of the attribute that corresponds to a component element.

See also:

MetaAttributesBreadcrumb