Breadcrumb.OnAddItem

Syntax

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

Begin

//set of operators;

End Sub OnAddItem;

Parameters

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

The Args parameter allows to determine event parameters.

Description

The OnAddItem event occurs when new element is added to the collection of elements of the Breadcrumb component.

See also:

Breadcrumb