Skip to main content

ValidationEventArgs(Object) Constructor

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

Namespace: DevExpress.UI.Xaml.Editors.Native

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public ValidationEventArgs(
    object value
)

#Parameters

Name Type Description
value Object

A Object specifying the entered value. This object is assigned to the ValidationEventArgs.Value property.

#Remarks

Instances of the ValidationEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also