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

ValidationEventArgs(Object, String, Boolean) Constructor

Initializes a new instance of the ValidationEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ValidationEventArgs(
    object value,
    string errorText,
    bool isValid
)

Parameters

Name Type Description
value Object

An object that represents the validated value.

errorText String

A string representing the error description.

isValid Boolean

true if the validated value is valid; otherwise, false.

See Also