ValidateEventHandler Delegate
In This Article
Represents a method that will handle the BaseEdit.Validate event.
Namespace: DevExpress.Xpf.Editors.Validation
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public delegate void ValidateEventHandler(
object sender,
ValidationEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | Validation |
A Validation |
See Also