ColumnReorderedEventArgs Constructor (Int32, Int32, ColumnHeader^)

 

Initializes a new instance of the ColumnReorderedEventArgs class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
ColumnReorderedEventArgs(
	int oldDisplayIndex,
	int newDisplayIndex,
	ColumnHeader^ header
)

Parameters

oldDisplayIndex
Type: System::Int32

The previous display position of the ColumnHeader.

newDisplayIndex
Type: System::Int32

The new display position for the ColumnHeader.

header
Type: System.Windows.Forms::ColumnHeader^

The ColumnHeader that is being reordered.

.NET Framework
Available since 2.0
Return to top
Show: