Sub OnChangeSelection(Sender: Object; Args: IBreadcrumbItemEventArgs);
Begin
//set of operators;
End Sub OnChangeSelection;
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnChangeSelection event occurs on changing element selection by any attribute.
This event occurs immediately before the OnRollUp event.
See also: