Sub OnAddItem(Sender: Object; Args: IBreadcrumbItemEventArgs);
Begin
//set of operators;
End Sub OnAddItem;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnAddItem event occurs when new element is added to the collection of elements of the Breadcrumb component.
See also: