Breadcrumb.OnAddItem

Syntax

OnAddItem(Sender: Object; Args: IBreadcrumbItemEventArgs);

Parameters

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

Args. The parameter that enables the user to determine event parameters.

Description

The OnAddItem event occurs on adding a new element to the collection of elements of the Breadcrumb component.

See also:

Breadcrumb