Skip to main content

ValidationEventArgs(RoutedEvent, Object, Object, CultureInfo) Constructor

In This Article

Namespace: DevExpress.Xpf.Editors

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

#Declaration

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

#Parameters

Name Type
routedEvent RoutedEvent
source Object
value Object
culture CultureInfo
See Also