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 |
---|---|
routed |
Routed |
source | Object |
value | Object |
culture | Culture |
See Also