ColumnReorderedEventArgs(Int32, Int32, ColumnHeader) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ColumnReorderedEventArgs class.
public:
ColumnReorderedEventArgs(int oldDisplayIndex, int newDisplayIndex, System::Windows::Forms::ColumnHeader ^ header);
public ColumnReorderedEventArgs (int oldDisplayIndex, int newDisplayIndex, System.Windows.Forms.ColumnHeader header);
public ColumnReorderedEventArgs (int oldDisplayIndex, int newDisplayIndex, System.Windows.Forms.ColumnHeader? header);
new System.Windows.Forms.ColumnReorderedEventArgs : int * int * System.Windows.Forms.ColumnHeader -> System.Windows.Forms.ColumnReorderedEventArgs
Public Sub New (oldDisplayIndex As Integer, newDisplayIndex As Integer, header As ColumnHeader)
Parameters
- oldDisplayIndex
- Int32
The previous display position of the ColumnHeader.
- newDisplayIndex
- Int32
The new display position for the ColumnHeader.
- header
- ColumnHeader
The ColumnHeader that is being reordered.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.