Skip to main content

ValidationEventArgs(Object, UpdateEditorSource) 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,
    UpdateEditorSource updateSource
)

Parameters

Name Type Description
value Object

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

updateSource UpdateEditorSource

The action that caused the editor’s validation.

See Also