Back to Devexpress

ValidationErrorEventHandler Delegate

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-7709a906.md

latest937 B
Original Source

ValidationErrorEventHandler Delegate

A method that will handle the DataGridView.ValidationError event.

Namespace : DevExpress.XamarinForms.DataGrid

Assembly : DevExpress.XamarinForms.Grid.dll

NuGet Package : DevExpress.XamarinForms.Grid

Declaration

csharp
public delegate void ValidationErrorEventHandler(
    object sender,
    ValidationErrorEventArgs e
);

Parameters

NameType
senderObject
eValidationErrorEventArgs

See Also

DevExpress.XamarinForms.DataGrid Namespace