Skip to main content

EditFormValidationEventHandler Delegate

In This Article

A method that will handle the EditFormPage.ValidateForm event.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

#Declaration

C#
public delegate void EditFormValidationEventHandler(
    object sender,
    EditFormValidationEventArgs e
);

#Parameters

Name Type
sender Object
e EditFormValidationEventArgs
See Also