Sub OnRollUp(Sender: Object; Args: ITreeComboRollUpEventArgs);
Begin
//set of operators;
End Sub OnRollUp;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnRollUp event occur when the list of the TreeCombo component rolls up.
See also: