Sub OnReplaceItem(Sender: Object; Args: IBreadcrumbItemEventArgs);
Begin
//set of operators;
End Sub OnReplaceItem;
None;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnReplaceItem event occurs after a component element is replaced.
See also: