ListViewCompareEventArgs.Create

Syntax

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

Parameters

ListView is a component for which the event is generated.

Column is a column in which the sorting is performed.

LeftItem is the first compared element of the component.

RightItem is the second compared element of the component.

Description

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

See also:

ListViewCompareEventArgs