Back to Devexpress

EditFormValidationEventHandler Delegate

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-a56f2408.md

latest946 B
Original Source

EditFormValidationEventHandler Delegate

A method that will handle the EditFormPage.ValidateForm event.

Namespace : DevExpress.XamarinForms.DataGrid

Assembly : DevExpress.XamarinForms.Grid.dll

NuGet Package : DevExpress.XamarinForms.Grid

Declaration

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

Parameters

NameType
senderObject
eEditFormValidationEventArgs

See Also

DevExpress.XamarinForms.DataGrid Namespace