DataGridSortingEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà l'evento Sorting di un oggetto DataGrid.

public delegate void DataGridSortingEventHandler(System::Object ^ sender, DataGridSortingEventArgs ^ e);
public delegate void DataGridSortingEventHandler(object sender, DataGridSortingEventArgs e);
type DataGridSortingEventHandler = delegate of obj * DataGridSortingEventArgs -> unit
Public Delegate Sub DataGridSortingEventHandler(sender As Object, e As DataGridSortingEventArgs)

Parametri

sender
Object

Origine dell'evento.

e
DataGridSortingEventArgs

Dati per l'evento.

Metodi di estensione

GetMethodInfo(Delegate)

Ottiene un oggetto che rappresenta il metodo rappresentato dal delegato specificato.

Si applica a