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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.