ColumnClickEventArgs(Int32) Constructor

Definition

Initializes a new instance of the ColumnClickEventArgs class.

public:
 ColumnClickEventArgs(int column);
public ColumnClickEventArgs (int column);
new System.Windows.Forms.ColumnClickEventArgs : int -> System.Windows.Forms.ColumnClickEventArgs
Public Sub New (column As Integer)

Parameters

column
Int32

The zero-based index of the column that is clicked.

Applies to

See also