Back to Devexpress

DataGridValidationEventHandler Delegate

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-158dd63c.md

latest1.0 KB
Original Source

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

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

Parameters

NameType
senderObject
eDataGridValidationEventArgs

See Also

DevExpress.XamarinForms.DataGrid Namespace