Skip to main content

DataFormPropertyValidationEventArgs(String, Object, Object) Constructor

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

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public DataFormPropertyValidationEventArgs(
    string propertyName,
    object newValue,
    object currentValue
)

Parameters

Name Type Description
propertyName String

For internal use.

newValue Object

For internal use.

currentValue Object

For internal use.

See Also