ListViewSelectItemEventArgs.Create

Syntax

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

Parameters

ListView. Component, for which the event is generated.

Item. Component element, for which the event is generated.

Selected. Indicates whether the element is selected.

Description

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

See also:

ListViewSelectItemEventArgs