DataGrid.Sorting Evento

Definición

Se produce cuando se ordena una columna.

public:
 event System::Windows::Controls::DataGridSortingEventHandler ^ Sorting;
public event System.Windows.Controls.DataGridSortingEventHandler Sorting;
member this.Sorting : System.Windows.Controls.DataGridSortingEventHandler 
Public Custom Event Sorting As DataGridSortingEventHandler 
Public Event Sorting As DataGridSortingEventHandler 

Tipo de evento

DataGridSortingEventHandler

Se aplica a