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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.