ListViewCompareEventArgs.Create

Syntax

Create(ListView: IListView; Column: IListViewColumn; LeftItem: IListViewItem; RightItem: IListViewItem);

Parameters

ListView - component, for which the event is generated.

Column - column, in which sorting is executed.

LeftItem - the first compared element of the component.

RightItem - the second compared element of the component.

Description

The Create constructor creates an argument of the event that occurs when two elements are compared during sorting in the column of the component.

See also:

ListViewCompareEventArgs