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