ValidationEventArgs(Object, UpdateEditorSource) Constructor
In This Article
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. |
update |
Update |
The action that caused the editor’s validation. |
See Also