Skip to main content

DataGridValidationEventHandler Delegate

In This Article

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

C#
public delegate void DataGridValidationEventHandler(
    object sender,
    DataGridValidationEventArgs e
);

#Parameters

Name Type
sender Object
e DataGridValidationEventArgs
See Also