IListViewCompareEventArgs

Description

The IListViewCompareEventArgs interface contains properties of argument of the event that occurs on comparing two elements when sorting the column of the ListView component.

Properties

  Property name Brief description
The Column property returns parameters of the column, by which sorting is executed.
The Compare property determines whether sorting is executed.
The LeftItem property returns the first compared element of the component.
The RightItem property returns the second compared element of the component.

Properties inherited from IListViewEventArgs

  Property name Brief description
The ListView property returns the component, for which the event was generated.

See also:

Forms Assembly Interfaces