The ListView.ColumnClick event occurs when the user clicks one of the column headers in a details view of the items in a System.Windows.Forms.ListView control (when the ListView.View property is set to View.Details). The ListView.ColumnClick event is typically handled to sort the items in the System.Windows.Forms.ListView using the clicked column as the column to sort by.
For more information about handling events, see Consuming Events.