DataGridValidationEventHandler Delegate
A method that will handle the DataGridView.ValidateCell and EditFormPage.ValidateCell events.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public delegate void DataGridValidationEventHandler(
object sender,
DataGridValidationEventArgs e
);
Parameters
| Name | Type |
|---|---|
| sender | Object |
| e | DataGridValidationEventArgs |
See Also