I know that there is an event handler for “ColumnReordered” with a DataGrid control. Does anyone know if there is such an event handler for the DataGridView control?
I know that there is an event handler for ColumnReordered with a DataGrid control.
Share
DataGridView.ColumnSortModeChanged I believe is what you want.