Skip to main content

ValidationEventArgs(Object, UpdateEditorSource) Constructor

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

Namespace: DevExpress.UI.Xaml.Editors.Native

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public ValidationEventArgs(
    object value,
    UpdateEditorSource updateSource
)

#Parameters

Name Type Description
value Object

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

updateSource UpdateEditorSource

The action that caused the validation.

#Remarks

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

See Also