ToolbarComboBox.OnEnter

Syntax

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

Begin

//set of operators;

End Sub OnEnter;

Parameters

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

The Args parameter allows to determine event parameters.

Description

The OnEnter event occurs when a component gets focused.

See also:

ToolbarComboBox