ListViewCompareEventArgs

Description

The ListViewCompareEventArgs class implements argument of the event that occurs on comparing two elements when sorting the ListView.

Designers

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

Properties inherited from IListViewCompareEventArgs

  Property name Brief description
The Column property returns parameters of the column by which the sorting is performed.
The Compare property indicates whether the sorting is performed.
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 a component for which the event was generated.

See also:

Forms Assembly Classes