Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft