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