The IListViewColumnEventArgs interface contains properties of argument of the event that occurs on clicking the main mouse button on the column header of the ListView component.
| Property name | Brief description | |
| The Column property returns parameters of the column, which header is clicked with the main mouse button. |
| Property name | Brief description | |
| The ListView property returns the component, for which the event was generated. |
See also: