ColumnReorderedEventArgs(Int32, Int32, ColumnHeader) Konstruktor
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy ColumnReorderedEventArgs.
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)
Parametry
- oldDisplayIndex
- Int32
Poprzednia pozycja wyświetlania elementu ColumnHeader.
- newDisplayIndex
- Int32
Nowe położenie wyświetlania dla elementu ColumnHeader.
- header
- ColumnHeader
To ColumnHeader jest zmieniane kolejność.