Provides data for the ListView.ColumnClick event.
See Also: ColumnClickEventArgs Members
The System.Windows.Forms.ColumnClickEventArgs class provides the zero-based index within the System.Windows.Forms.ListView.ColumnHeaderCollection class of the column that is clicked in the System.Windows.Forms.ListView control. You can use this information in an event handler for the ListView.ColumnClick event to determine which column is being clicked to perform tasks on the data within the column.