DataGridColumnReorderingEventArgs(DataGridColumn) 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 DataGridColumnReorderingEventArgs class.
public:
DataGridColumnReorderingEventArgs(System::Windows::Controls::DataGridColumn ^ dataGridColumn);
public DataGridColumnReorderingEventArgs (System.Windows.Controls.DataGridColumn dataGridColumn);
new System.Windows.Controls.DataGridColumnReorderingEventArgs : System.Windows.Controls.DataGridColumn -> System.Windows.Controls.DataGridColumnReorderingEventArgs
Public Sub New (dataGridColumn As DataGridColumn)
Parameters
- dataGridColumn
- DataGridColumn
The column that is being moved.