Breadcrumb.OnBeforeMoveItem

Syntax

Sub OnBeforeMoveItem(Sender: Object; Args: IBreadcrumbActionItemEventArgs);

Begin

//set of operators;

End Sub OnBeforeMoveItem;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter allows to determine event parameters.

Description

The OnBeforeMoveItem event occurs before the element of the Breadcrumb component is moved.

See also:

Breadcrumb