Skip to main content

ValidationEventArgs(Object) Constructor

Initializes a new instance of the ValidationEventArgs class with specified settings.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public ValidationEventArgs(
    object value
)

Parameters

Name Type Description
value Object

The entered value. This object is assigned to the Value property.

See Also