Skip to main content
A newer version of this page is available. .

ValidateEventHandler Delegate

Represents a method that will handle the BaseEdit.Validate event.

Namespace: DevExpress.Xpf.Editors.Validation

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public delegate void ValidateEventHandler(
    object sender,
    ValidationEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e ValidationEventArgs

A ValidationEventArgs object that contains event data.

See Also