ToolbarComboBox.OnDropDown

Syntax

Sub OnDropDown(Sender: Object; Args: IEventArgs);

Begin

//set of operators;

End Sub OnDropDown;

Parameters

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

The Args parameter allows to determine event parameters.

Description

The OnDropDown event occurs at the moment when the drop-down list is expanded.

See also:

ToolbarComboBox