Back to Devexpress

ValidateEventHandler Delegate

wpf-devexpress-dot-xpf-dot-editors-dot-validation-a06760d9.md

latest1.2 KB
Original Source

ValidateEventHandler Delegate

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

Namespace : DevExpress.Xpf.Editors.Validation

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public delegate void ValidateEventHandler(
    object sender,
    ValidationEventArgs e
);
vb
Public Delegate Sub ValidateEventHandler(
    sender As Object,
    e As ValidationEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | ValidationEventArgs |

A ValidationEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Editors.Validation Namespace