MetaAttributesBreadcrumb.OnReplaceItem

Fore Syntax

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

Begin

//set of operators;

End Sub OnReplaceItem;

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 OnReplaceItem event occurs after a component element is replaced.

See also:

MetaAttributesBreadcrumb