Skip to main content

DataFormValidationEventHandler Delegate

A method that will handle the DataFormView.Validate event.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public delegate void DataFormValidationEventHandler(
    object sender,
    DataFormValidationEventArgs e
);

Parameters

Name Type Description
sender System.Object

A sender.

e DataFormValidationEventArgs

Event arguments.

See Also