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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.