ListViewSelectItemEventArgs.Create

Syntax

Create(ListView: IListView; Item: IListViewItem; Selected: Boolean);

Parameters

ListView. The component, for which the event is generated.

Item. The component element, for which the event is generated.

Selected. Indicates whether the element is selected.

Description

The Create designer creates argument of the event that occurs on changing selection of any element of the component.

See also:

ListViewSelectItemEventArgs