Sub OnDropDown(Sender: Object; Args: IBreadcrumbItemEventArgs);
Begin
//set of operators;
End Sub OnDropDown;
None;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnDropDown event occurs when expanding element list of an attribute that corresponds to a component element.
See also: