Sub OnRollUp(Sender: Object; Args: IBreadcrumbItemEventArgs);
Begin
//set of operators;
End Sub OnRollUp;
None;
The Sender parameter returns the component that has generated the event.
The Args parameter determines event parameters.
The OnRollUp event occurs after collapsing element list of the attribute that corresponds to a component element.
See also: