DataGrid.ColumnReordering Event

Definition

Raised when starting a column reordering action. Subscribers to this event can set tooltip and caret UIElements, constrain tooltip position, indicate that a preview should be shown, or cancel reordering.

public event EventHandler<Microsoft.Toolkit.Uwp.UI.Controls.DataGridColumnReorderingEventArgs> ColumnReordering;
member this.ColumnReordering : EventHandler<Microsoft.Toolkit.Uwp.UI.Controls.DataGridColumnReorderingEventArgs> 
Public Event ColumnReordering As EventHandler(Of DataGridColumnReorderingEventArgs) 

Event Type

Applies to