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