ValidationErrorEventHandler Delegate
In This Article
A method that will handle the DataGridView.ValidationError event.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
#Declaration
C#
public delegate void ValidationErrorEventHandler(
object sender,
ValidationErrorEventArgs e
);
#Parameters
Name | Type |
---|---|
sender | Object |
e | Validation |
See Also