DataGrid.ColumnReordered Zdarzenie

Definicja

Występuje, gdy kolumna przechodzi do nowej pozycji w kolejności wyświetlania.

public:
 event EventHandler<System::Windows::Controls::DataGridColumnEventArgs ^> ^ ColumnReordered;
public event EventHandler<System.Windows.Controls.DataGridColumnEventArgs> ColumnReordered;
member this.ColumnReordered : EventHandler<System.Windows.Controls.DataGridColumnEventArgs> 
Public Custom Event ColumnReordered As EventHandler(Of DataGridColumnEventArgs) 
Public Event ColumnReordered As EventHandler(Of DataGridColumnEventArgs) 

Typ zdarzenia

EventHandler<DataGridColumnEventArgs>

Uwagi

Użytkownicy mogą zmieniać kolejność kolumn, przeciągając nagłówki kolumn tylko wtedy, gdy CanUserReorderColumns właściwość ma wartość true.

Dotyczy

Zobacz też