The ListViewCompareEventArgs class implements argument of the event that occurs on comparing two elements when sorting the ListView component.
| Constructor name | Brief description | |
![]() |
Create | The Create constructor creates an argument of the event that occurs when two elements are compared during sorting in the column of the component. |
| Property name | Brief description | |
![]() |
Column | The Column property returns parameters of the column, by which sorting is executed. |
![]() |
Compare | The Compare property indicates whether sorting is executed. |
![]() |
LeftItem | The LeftItem property returns the first compared element of the component. |
![]() |
RightItem | The RightItem property returns the second compared element of the component. |
| Property name | Brief description | |
![]() |
ListView | The ListView property returns the component, for which the event was generated. |
See also: