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^)
.NET Framework (current version)
Initializes a new instance of the ColumnReorderedEventArgs class.
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
Available since 2.0
Show: