ListBox.OnChange

Syntax

OnChange(Sender: Object; Args: IEventArgs);

Parameters

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

Args. The parameter that enables the user to determine event parameters.

Description

The OnChange event occurs on changing the last selected element in the component.

Comments

Index of the last selected element can be obtained in the IListBox.ItemIndex property.

See also:

ListBox