System.Windows.Forms.ColumnClickEventArgs Class

Provides data for the ListView.ColumnClick event.

See Also: ColumnClickEventArgs Members

Syntax

public class ColumnClickEventArgs : EventArgs

Remarks

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.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0