TreeCombo.OnRollUp

Syntax

Sub OnRollUp(Sender: Object; Args: ITreeComboRollUpEventArgs);

Begin

//set of operators;

End Sub OnRollUp;

Parameters

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

The Args parameter allows to determine event parameters.

Description

The OnRollUp event occur when the list of the TreeCombo component rolls up.

See also:

TreeCombo