Sub OnRemoveItem(Sender: Object; Args: IBreadcrumbItemEventArgs);
Begin
//set of operators;
End Sub OnRemoveItem;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnRemoveItem event occurs after the element of the Breadcrumb component has been removed.
See also: