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

ValidationEventArgs(RoutedEvent, Object, Object, CultureInfo, UpdateEditorSource) Constructor

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

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public ValidationEventArgs(
    RoutedEvent routedEvent,
    object source,
    object value,
    CultureInfo culture,
    UpdateEditorSource updateSource
)

Parameters

Name Type Description
routedEvent RoutedEvent

The routed event.

source Object

An object that raised the event.

value Object

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

culture CultureInfo

A CultureInfo object specifying the current culture. This value is assigned to the ValidationEventArgs.Culture property.

updateSource DevExpress.Xpf.Editors.Validation.Native.UpdateEditorSource

Remarks

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

See Also