Skip to main content

DataFormValidationEventArgs(Dictionary<String, Object>, Object) Constructor

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

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public DataFormValidationEventArgs(
    Dictionary<string, object> values,
    object dataObject
)

Parameters

Name Type Description
values Dictionary<String, Object>

For internal use.

dataObject Object

For internal use.

See Also