Skip to main content

DataGridValidationEventArgs(Object, Object, Object, String, Int32) Constructor

In This Article

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

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

#Declaration

C#
public DataGridValidationEventArgs(
    object newValue,
    object oldValue,
    object item,
    string fieldName,
    int rowHandle
)

#Parameters

Name Type
newValue Object
oldValue Object
item Object
fieldName String
rowHandle Int32
See Also