MetaAttributesBreadcrumb.OnRollUp

Fore Syntax

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

Begin

//set of operators;

End Sub OnRollUp;

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 OnRollUp event occurs after minimizing element list of an attribute that corresponds to a component element.

See also:

MetaAttributesBreadcrumb