AutoGeneratingColumnEventHandler Delegate
A method that will handle the DataGridView.AutoGeneratingColumn event.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public delegate void AutoGeneratingColumnEventHandler(
object sender,
AutoGeneratingColumnEventArgs e
);
Parameters
| Name | Type |
|---|---|
| sender | Object |
| e | AutoGeneratingColumnEventArgs |
See Also